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

充值校园钱包跳转问题

parent a83ec8af
...@@ -791,7 +791,7 @@ export default { ...@@ -791,7 +791,7 @@ export default {
uni.hideLoading(); uni.hideLoading();
}, },
turnRechargeWallet() { turnRechargeWallet() {
jWeixin.miniProgram.navigateTo({ jWeixin.miniProgram.redirectTo({
url: `/pages/depositWallet/main`, url: `/pages/depositWallet/main`,
}); });
}, },
......
...@@ -537,6 +537,11 @@ export default { ...@@ -537,6 +537,11 @@ export default {
}); });
}); });
}, },
turnRechargeWallet() {
jWeixin.miniProgram.redirectTo({
url: `/pages/depositWallet/main`,
});
},
// 验证码弹出框开启 // 验证码弹出框开启
toDeposit() { toDeposit() {
if (this.isOtherMoney) { if (this.isOtherMoney) {
......
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