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: { methods: {
async getinfo(id) { async getinfo(id) {
let res = await this.api.getYhqDouble({ let res = await this.api.getYhqDouble({
// orderId: 420
orderId: id orderId: id
}) })
if (res.code == 0) { if (res.code == 0) {

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() {