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

校园充值钱包跳转问题

parent a0f32d3c
......@@ -791,7 +791,7 @@ export default {
uni.hideLoading();
},
turnRechargeWallet() {
jWeixin.miniProgram.redirectTo({
jWeixin.miniProgram.navigateTo({
url: `/pages/depositWallet/main`,
});
},
......
......@@ -538,7 +538,7 @@ export default {
});
},
turnRechargeWallet() {
jWeixin.miniProgram.redirectTo({
jWeixin.miniProgram.navigateTo({
url: `/pages/depositWallet/main`,
});
},
......
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