Commit 4e2f16d3 authored by 小耗子's avatar 小耗子

绑定

parent 9074c4c4
......@@ -49,7 +49,7 @@
// 获取手机号
async getInfoPhoneNumber(e) {
let ph = await this.getPhoneNumber(e);
http('user.editPhone', {mobile:ph}).then(res => {
http('user.editPhone', qs.stringify({"mobile":ph})).then(res => {
if(res.code == 0) {
uni.showToast({
title: '绑定成功',
......@@ -65,10 +65,6 @@
duration: 2000,
icon:'none'
});
uni.navigateTo({
url: `/pages/h5/index?appointPage=personalCenter`
})
}
})
......
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