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

不动户激活

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