From 1bdc24d78e73ab00223b726f13c8b62fed5f4934 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Mon, 17 Aug 2020 11:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8D=A1=E7=89=87=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shop-card.vue | 28 ++++++++---------------- src/components/shop-list.vue | 5 +++++ src/pages/service_shop/services_shop.vue | 3 +++ 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/src/components/shop-card.vue b/src/components/shop-card.vue index dbf9cdc..567f3e5 100644 --- a/src/components/shop-card.vue +++ b/src/components/shop-card.vue @@ -4,17 +4,9 @@
-

+

- + @@ -22,18 +14,12 @@

-

+

- - + +

@@ -79,6 +65,10 @@ export default { type: Boolean, default: false, }, + showSummary: { + type: Boolean, + default: false, + }, }, data() { return { diff --git a/src/components/shop-list.vue b/src/components/shop-list.vue index d0ce49e..3df7731 100644 --- a/src/components/shop-list.vue +++ b/src/components/shop-list.vue @@ -10,6 +10,7 @@ @@ -45,6 +46,10 @@ export default { type: Boolean, default: false, }, + showSummary: { + type: Boolean, + default: false, + } }, methods: { goto() { diff --git a/src/pages/service_shop/services_shop.vue b/src/pages/service_shop/services_shop.vue index 82f81a1..4eccee0 100644 --- a/src/pages/service_shop/services_shop.vue +++ b/src/pages/service_shop/services_shop.vue @@ -32,6 +32,7 @@ detail-path="/shop/sjfwDetail/" :data="hot_datas" :showImg="false" + :showSummary="true" > @@ -41,6 +42,7 @@ detail-path="/shop/skfwDetail/" :data="map_datas" :showImg="true" + :showSummary="false" > @@ -50,6 +52,7 @@ detail-path="/shop/zhfwDetail/" :data="comprehensive_datas" :showImg="true" + :showSummary="false" >
-- 2.26.0