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 @@