From 2e862f298bf9a1117ed302b99a714a64bd006ee1 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Tue, 28 Oct 2025 11:10:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=96=B0=E5=A2=9E=E5=9C=A8=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=86=E7=B1=BB=E4=BC=A0=E5=85=A5sroteId=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=BC=80=E5=BA=97=E9=93=BA=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BC=A00=E7=84=B6=E5=90=8E=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=88=86=E7=B1=BB=E5=BC=82=E5=B8=B8=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesub/index/category.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagesub/index/category.vue b/pagesub/index/category.vue index 4e1f11d..36af347 100644 --- a/pagesub/index/category.vue +++ b/pagesub/index/category.vue @@ -151,6 +151,7 @@ v-if="category_deep == 1" ref="productList" :uniId="ptConfig.uniId" + :storeId="shopInfo.store_id" :isFilterFixed="ptConfig.isFilterFixed" :isShowFilter="ptConfig.isShowFilter" :isShowLoading="ptConfig.isShowLoading" @@ -464,7 +465,6 @@ export default { that.categoryId = options.category_id; that.storeId = options.store_id; that.w = w; - that.$.getSystemInfo({ success: function (t) { that.setData({ screenHeight: t.screenHeight });