소스 검색

手机号绑定页面优化

master
sunfengxiang 2 년 전
부모
커밋
4cf0270fdb
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      src/views/smsManage.vue

+ 4
- 0
src/views/smsManage.vue 파일 보기

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


불러오는 중...
취소
저장