-
-
-
-
-

-

-
-
预算
-
HK$
-
{{ housingInfo['data'] &&
- housingInfo['data'].info.rent }}
-
- {{
- housingInfo['data'] && housingInfo['data'].info.rent[0]
- }}~
- {{
- housingInfo['data'] && housingInfo['data'].info.rent[1]
- }}
-
-
/{{ housingInfo['data'] && housingInfo['data'].info.rentalperiod }}
-
-
- {{ indexData['data'] &&
- indexData['data']['config'] &&
- indexData['data']['config']['type'][housingInfo['data'] &&
- housingInfo['data'].info.type.substring(0, 1)]
- }}
-

- {{ indexData['data'] &&
- indexData['data']['config'] &&
- indexData['data']['config']['type'][housingInfo['data'] &&
- housingInfo['data'].info.type]
- }}
-
-
-
-
-
-
预算
HK$
+ v-if="housingInfo['data'] && housingInfo['data'].info.elevator && housingInfo['data'].info.elevator != -1">
|
{{
indexData['data'] &&
@@ -433,11 +429,11 @@
-
+
{{
item.length == 1 ? '不限' : location && location[item]
}}
-
+
@@ -549,7 +545,8 @@
房源ID :  {{ housingInfo['data'] &&housingInfo['data'].info.uid }}
+ housingInfo['data'].info.uid)">{{ housingInfo['data']
+ && housingInfo['data'].info.uid }}
浏览 : {{ housingInfo['data'] && housingInfo['data'].info.count_view
}}
@@ -1223,7 +1220,7 @@ let setNavigation = () => {
}
}
}
- console.log(111, store.state.routeList)
+ // console.log(111, store.state.routeList)
}
//中介数据
let contacts = reactive({
@@ -1334,7 +1331,7 @@ const onPageSrcoll = (e) => {
if (loadMore.value) {
loadMore.value = false
pages.value += 1
- if (housingInfo['data']&&housingInfo['data'].isintermediary) {
+ if (housingInfo['data'] && housingInfo['data'].isintermediary) {
getPublisherList()
} else {
recommendList()
@@ -2393,6 +2390,11 @@ img {
margin-top: 15px;
}
+ .text-box {
+ width: 700px;
+ word-wrap: break-word;
+ }
+
.icon {
width: 16px;
height: 16px;
@@ -2551,7 +2553,7 @@ img {
.houseing-info-box-s {
height: 17px;
- width:1px;
+ width: 1px;
border-right: 1px dashed #d7d7d7;
}