Explorar el Código

手机号绑定页面优化

master
sunfengxiang hace 2 años
padre
commit
4cf0270fdb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/views/smsManage.vue

+ 4
- 0
src/views/smsManage.vue Ver fichero

@@ -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) => {


Cargando…
Cancelar
Guardar