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

Merge branch 'v_req_6.1' into uat

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