Commit 4e228980 authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_6.1' into uat

parents c6043326 a0f32d3c
......@@ -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