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

充值校园钱包跳转问题

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