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