From 4c9e08509d45ea77393a93f0d849212bf7f6d905 Mon Sep 17 00:00:00 2001 From: hot777zz <912275990@qq.com> Date: Fri, 10 Nov 2023 11:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E9=A1=B5=E8=B7=B3=E8=BD=AC=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SearchShopList/SearchShopList.vue | 1 + components/ShowShopList/ShowShopList.vue | 1 + pages/published/published.vue | 21 ++++++++++++-------- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/components/SearchShopList/SearchShopList.vue b/components/SearchShopList/SearchShopList.vue index 5fd1b56..3cdf75f 100644 --- a/components/SearchShopList/SearchShopList.vue +++ b/components/SearchShopList/SearchShopList.vue @@ -5,6 +5,7 @@ :key="searchid" :shopInfo="item" :show-style="showStyle" + :isEdit="isEdit" @delItem="handleDel" > diff --git a/components/ShowShopList/ShowShopList.vue b/components/ShowShopList/ShowShopList.vue index 043493c..414c90a 100644 --- a/components/ShowShopList/ShowShopList.vue +++ b/components/ShowShopList/ShowShopList.vue @@ -6,6 +6,7 @@ :shopInfo="item" :is-adshow="isADshow" :show-style="showStyle" + :is-edit="isEdit" @delItem="handleDel" > diff --git a/pages/published/published.vue b/pages/published/published.vue index cc57dd1..fa4fba3 100644 --- a/pages/published/published.vue +++ b/pages/published/published.vue @@ -7,10 +7,11 @@ - - - - + + + + + @@ -33,14 +34,18 @@ if(this.titletext == '发布的店铺转让'){ this.listId = 0 } - else if(this.titletext == '发布的找店选址'){ + if(this.titletext == '发布的找店选址'){ this.listId = 1 } - else if(this.titletext = '成功合伙人'){ + + if(this.titletext == '发布的项目招商'){ this.listId = 2 } - else - this.listId = 3 + if(this.titletext == '发布的店铺出租'){ + this.listId = 3 + } + if(this.titletext == '我的匹配') + this.listId = 4 },