From bf260a66489ef8923c58a42ebe6e9d041e287734 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 8 Jan 2025 09:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=A1=B5=E9=9D=A2=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=88=A4=E6=96=AD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-category/goods-category.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue index e12d982d..29cf42c3 100644 --- a/pages/goods-category/goods-category.vue +++ b/pages/goods-category/goods-category.vue @@ -1205,7 +1205,7 @@ // 获取购物车数据 get_cart_data() { - if (this.user != 2) { + if (this.user != null) { uni.request({ url: app.globalData.get_request_url('index', 'cart'), method: 'POST',