优化充值传参

This commit is contained in:
duan
2024-05-30 09:19:34 +08:00
parent cb7d853707
commit 089745dfa6
2 changed files with 3 additions and 2 deletions

View File

@@ -354,8 +354,9 @@
}, },
// 去充值 // 去充值
goRecharge() { goRecharge() {
console.log(this.amountVIP.shopId,'调试11111')
uni.pro.navigateTo('/pages/member/index', { uni.pro.navigateTo('/pages/member/index', {
shopId_id: this.amountVIP.shopId shopId: this.amountVIP.shopId
}) })
}, },

View File

@@ -177,7 +177,7 @@
}, },
goRecharge() { goRecharge() {
uni.pro.navigateTo('/pages/member/index', { uni.pro.navigateTo('/pages/member/index', {
shopId_id: this.info.shopId shopId: this.info.shopId
}) })
}, },
fangdouevent() { fangdouevent() {