优化充值传参
This commit is contained in:
@@ -354,8 +354,9 @@
|
||||
},
|
||||
// 去充值
|
||||
goRecharge() {
|
||||
console.log(this.amountVIP.shopId,'调试11111')
|
||||
uni.pro.navigateTo('/pages/member/index', {
|
||||
shopId_id: this.amountVIP.shopId
|
||||
shopId: this.amountVIP.shopId
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
},
|
||||
goRecharge() {
|
||||
uni.pro.navigateTo('/pages/member/index', {
|
||||
shopId_id: this.info.shopId
|
||||
shopId: this.info.shopId
|
||||
})
|
||||
},
|
||||
fangdouevent() {
|
||||
|
||||
Reference in New Issue
Block a user