Commit fbc99ad8 authored by 袁玲利's avatar 袁玲利

不动户激活

parent 689c63fd
...@@ -25,8 +25,8 @@ export default { ...@@ -25,8 +25,8 @@ export default {
my.navigateTo({ my.navigateTo({
url: `/pages/BankModule/OpenAccount/OpenAccount?faceAuth=1`, url: `/pages/BankModule/OpenAccount/OpenAccount?faceAuth=1`,
}); });
} else if (this.faceType == "CHANGE_CARD") { } else if (this.faceType == "CHANGE_CARD" || this.faceType == "ACTIVE_ACCOUNT") {
// 换绑卡 // 换绑卡、不动户激活
my.navigateTo({ my.navigateTo({
url: `/pages/BankModule/ChangeBankPay/ChangeBankPay?faceAuth=1&faceType=${this.faceType}`, url: `/pages/BankModule/ChangeBankPay/ChangeBankPay?faceAuth=1&faceType=${this.faceType}`,
}); });
......
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