From 7595b4b1ad63ecf5e4fd5ba1e9ba2c3c7c8ee33a Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Fri, 28 Jul 2023 14:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E8=B7=AF=E7=94=B1=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biserialListItem/biserialListItem.vue | 1 - src/views/detail.vue | 43 +++++++++++++------ 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index ebcf550..3d15d4a 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -170,7 +170,6 @@ let watchInfo = () => { for(let key in data){ store.state.seachSelect['seachPage'][key]=seachData[key] } - console.log(store.state.seachSelect) } router.push({ path: '/detail', diff --git a/src/views/detail.vue b/src/views/detail.vue index 1b4c177..87ed35c 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -4,7 +4,6 @@
- {{ pageType == 3 || (recommendListData.length == 0 || publisherList.length == 0) }}
@@ -421,7 +420,7 @@
+ v-if="pageType != 3 && housingInfo['data'] && housingInfo['data'].info.location">
{{ @@ -724,8 +723,8 @@
-
- 附近房源 +
+ {{ pageType==2&&housingInfo['data'].isintermediary?`发布者的其他房源(${publisherList.length})`:'附近房源' }}
@@ -745,7 +744,7 @@
+ v-if="pageType ===1 || (pageType===2&&recommendListData.length>0&&housingInfo['data']&&housingInfo['data'].isintermediary)"> - {{ loadText }} -
@@ -970,7 +969,7 @@