From b1d7add07cba1ae91d8263d4746138f9ba67735a Mon Sep 17 00:00:00 2001
From: luofei <604446095@qq.com>
Date: Wed, 17 May 2023 17:47:39 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E8=B4=AD=E7=89=A9=E8=BD=A6=E8=B7=B3=E8=BD=AC=E7=9A=84?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/goods_details/index.vue | 2 +-
pages/order_pay_status/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index 8adc3a7..73a464b 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -283,7 +283,7 @@
收藏
-
{{CartCount || 0}}
diff --git a/pages/order_pay_status/index.vue b/pages/order_pay_status/index.vue
index af9c930..fd32617 100644
--- a/pages/order_pay_status/index.vue
+++ b/pages/order_pay_status/index.vue
@@ -186,7 +186,7 @@
*/
goIndex: function(e) {
uni.switchTab({
- url: '/pages/index/index'
+ url: '/pages/home/index'
});
},
// 去参团页面;