Commit 3648141a authored by zhangderong's avatar zhangderong

修改时手机号如果重复加入提示

parent e87e26bf
......@@ -250,8 +250,16 @@ export default {
desc: '修改成功',
duration:2
});
this.modal6=false
}
if(res.data.success==false){
this.$Notice.error({
title: '提示',
desc: res.data.body.message,
duration:2
});
this.modal6=false
}
this.modal6=false
})
},
//添加账户
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment