This commit is contained in:
魏啾
2024-05-30 09:57:08 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,6 @@
methods: {
async getinfo(id) {
let res = await this.api.getYhqDouble({
// orderId: 420
orderId: id
})
if (res.code == 0) {

View File

@@ -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
})
},

View File

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