diff --git a/packages/packageBuy/pages/shopDetail/shopDetail.vue b/packages/packageBuy/pages/shopDetail/shopDetail.vue index 1e12559..0d69d18 100644 --- a/packages/packageBuy/pages/shopDetail/shopDetail.vue +++ b/packages/packageBuy/pages/shopDetail/shopDetail.vue @@ -20,12 +20,12 @@ - + - + {{info.merchant.address}} @@ -44,8 +44,8 @@ {{info.merchant.username}} - 周一至周日 09:00-18:00 - {{info.merchant.address}} + 周一至周日 09:00-18:00 + {{info.merchant.address}} @@ -68,7 +68,7 @@ {{item.product_type.name}} - {{item.name}} + {{item.username}} diff --git a/packages/packageBuy/pages/shopList/shopList.vue b/packages/packageBuy/pages/shopList/shopList.vue index 74eeecc..d73236d 100644 --- a/packages/packageBuy/pages/shopList/shopList.vue +++ b/packages/packageBuy/pages/shopList/shopList.vue @@ -129,14 +129,14 @@ } if (options.product_type_id) { this.product_type_id = options.product_type_id - } - if (options.keyword) { - this.keyword = options.keyword; } - }, - onShow() { + if (options.keyword) { + this.keyword = options.keyword; + } + this.loadPage(1); }, + onShow() {}, methods: { toback: function() { let route = getCurrentPages();