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

1.提现手机号码更换跳转;

parent c0e423b8
......@@ -56,9 +56,9 @@
</view>
<van-field label-class="openCardPhonTxt" label="手机号:" maxlength="11" v-model="openCardPhon"
placeholder="校园卡开卡手机号" center :border="false">
<view slot="right-icon" v-if="bankInfo_.accountType==3">
<view slot="right-icon" v-if="bankInfo_.accountType==4">
<view class="changPhone" style="display: flex;justify-content: center;"
@click="BackToMini('AssignChangPhone')">变更手机号
@click="changePhone">变更手机号
<van-icon name="arrow" />
</view>
</view>
......@@ -506,6 +506,12 @@
$('.' + dom).css('display', 'block');
}
},
// 更换手机号码
changePhone() {
jWeixin.miniProgram.redirectTo({
url: `/pages_subpack/pages/changePhone/main`,
});
},
//返回小程序 跳转指定页面
BackToMini(page) {
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