From 4a14685c7c07407912fa098cc638610bc5a57695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Wed, 11 Jan 2023 14:38:01 +0800 Subject: [PATCH] up --- packages/packageBuy/pages/shopDetail/shopDetail.vue | 10 +++++----- packages/packageBuy/pages/shopList/shopList.vue | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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();