From 089745dfa6b5a7ff0013243b81efa444e7767a53 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Thu, 30 May 2024 09:19:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=85=E5=80=BC?= =?UTF-8?q?=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_detail/order_detail.vue | 3 ++- pages/product/placeOrder.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/order_detail/order_detail.vue b/pages/order_detail/order_detail.vue index f5d8f69..0ec8db1 100644 --- a/pages/order_detail/order_detail.vue +++ b/pages/order_detail/order_detail.vue @@ -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 }) }, diff --git a/pages/product/placeOrder.vue b/pages/product/placeOrder.vue index 01923ef..fb43144 100644 --- a/pages/product/placeOrder.vue +++ b/pages/product/placeOrder.vue @@ -177,7 +177,7 @@ }, goRecharge() { uni.pro.navigateTo('/pages/member/index', { - shopId_id: this.info.shopId + shopId: this.info.shopId }) }, fangdouevent() { From 1e279517e0cd5e24bd0552a1919d5870e7dc5614 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Thu, 30 May 2024 09:56:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/successful.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/order/successful.vue b/pages/order/successful.vue index 13ecc29..554028d 100644 --- a/pages/order/successful.vue +++ b/pages/order/successful.vue @@ -162,7 +162,6 @@ methods: { async getinfo(id) { let res = await this.api.getYhqDouble({ - // orderId: 420 orderId: id }) if (res.code == 0) {