Commit c0e423b8 authored by 李智书's avatar 李智书

1.新增手机号码修改入口;

parent f63e856d
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
placeholder="校园卡开卡手机号" center :border="false"> placeholder="校园卡开卡手机号" center :border="false">
<view slot="right-icon" v-if="bankInfo_.accountType==4"> <view slot="right-icon" v-if="bankInfo_.accountType==4">
<view class="changPhone" style="display: flex;justify-content: center;" <view class="changPhone" style="display: flex;justify-content: center;"
@click="BackToMini('AssignChangPhone')">变更手机号 @click="changePhone">变更手机号
<van-icon name="arrow" /> <van-icon name="arrow" />
</view> </view>
</view> </view>
...@@ -720,6 +720,12 @@ ...@@ -720,6 +720,12 @@
} }
}) })
}, },
// 更换手机号码
changePhone() {
jWeixin.miniProgram.redirectTo({
url: `/pages_subpack/pages/changePhone/main`,
});
},
//返回小程序 跳转指定页面 //返回小程序 跳转指定页面
BackToMini(page) { BackToMini(page) {
if (page == 'UserMain' || page == 'personalCenter') { if (page == 'UserMain' || page == '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