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 @@