Commit 90e450e4 authored by 袁玲利's avatar 袁玲利

充值界面增加在线销户选项

parent 93a7eb4f
......@@ -352,6 +352,8 @@
text: "账户明细"
}, {
text: "常见问题"
}, {
text: "在线销户"
}],
popshow: false,
// 输入其它金额
......@@ -442,6 +444,21 @@
}
},
methods: {
onSelect(action) {
if (action.text == "复制卡号") {
this.CopyCardNumber();
} else if (action.text == "账户明细") {
this.BackToMini("purchaseDetail");
} else if (action.text == "常见问题") {
uni.navigateTo({
url: `../../commonProblem/commonProblem`,
});
} else if (action.text == "在线销户") {
jWeixin.miniProgram.redirectTo({
url: `/pages/AssignWalletCancelBank/main`
});
}
},
async beforeQuerySignStatus() {
await this.QueryUserInfo();
// 渤海银行要判断是否有代扣签约
......
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