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] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=85=E5=80=BC=E4=BC=A0?= =?UTF-8?q?=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() {