From 7f716147813c183cbd6b8bb575c2dadca0b47fb0 Mon Sep 17 00:00:00 2001 From: mahe Date: Thu, 17 Nov 2022 10:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A3=85=E4=BF=AE=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/shopPage.vue | 4 +++- pages/tabbar/home/template/tpl_search.vue | 14 +++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/pages/product/shopPage.vue b/pages/product/shopPage.vue index 1e3868e..df5898b 100644 --- a/pages/product/shopPage.vue +++ b/pages/product/shopPage.vue @@ -89,7 +89,7 @@ > - + @@ -234,6 +234,8 @@ export default { */ async onLoad(options) { this.storeId = options.id; + console.log(this.storeId,'this.storeId') + this.goodsParams.storeId = options.id; this.couponParams.storeId = options.id; }, diff --git a/pages/tabbar/home/template/tpl_search.vue b/pages/tabbar/home/template/tpl_search.vue index 4332785..b2521b2 100644 --- a/pages/tabbar/home/template/tpl_search.vue +++ b/pages/tabbar/home/template/tpl_search.vue @@ -12,17 +12,25 @@