From b3cfa37bb0cd536f570dda66ef0737a0d9cbfebe Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Fri, 22 Aug 2025 15:27:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=97=E9=93=BA=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BA=97=E9=93=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/product-list.vue | 14 ++++++++++++++ pagesub/index/category.vue | 1 + 2 files changed, 15 insertions(+) diff --git a/components/product-list.vue b/components/product-list.vue index 9096b55..341a078 100644 --- a/components/product-list.vue +++ b/components/product-list.vue @@ -834,6 +834,13 @@ export default { }, }, + storeId: { + type: Number, + default() { + return 0; + }, + }, + viewtype: { type: Number, default: 1, @@ -1569,6 +1576,13 @@ export default { params.market_category_ids = that.post.market_category_ids.join(","); params.product_tags = that.post.product_tags.join(","); + if(this.storeId!=0){ + params.store_id = this.storeId + } + + console.log('storeId',this.storeId); + + that.$.request({ url: url, data: params, diff --git a/pagesub/index/category.vue b/pagesub/index/category.vue index 310fa0c..4e1f11d 100644 --- a/pagesub/index/category.vue +++ b/pagesub/index/category.vue @@ -128,6 +128,7 @@