Browse Source

手机号绑定页面优化

master
sunfengxiang 2 years ago
parent
commit
4cf0270fdb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/views/smsManage.vue

+ 4
- 0
src/views/smsManage.vue View File

@@ -323,10 +323,14 @@
if (res.data.code == 200) { if (res.data.code == 200) {
this.$dialog.alert({ this.$dialog.alert({
message: '手机号绑定成功', message: '手机号绑定成功',
}).then(() => {
WeixinJSBridge.invoke('closeWindow',{},function(res){});
}); });
} else { } else {
this.$dialog.alert({ this.$dialog.alert({
message: res.data.msg, message: res.data.msg,
}).then(() => {
WeixinJSBridge.invoke('closeWindow',{},function(res){});
}); });
} }
}).catch((res) => { }).catch((res) => {


Loading…
Cancel
Save