diff --git a/src/views/detail.vue b/src/views/detail.vue
index 5435966..ebd4d77 100644
--- a/src/views/detail.vue
+++ b/src/views/detail.vue
@@ -33,8 +33,11 @@
v-if="Array.isArray(housingInfo['data'] && housingInfo['data'].info.rent)">
{{
housingInfo['data'] && housingInfo['data'].info.rent[0]
- }}~{{ housingInfo['data']
+ }}~{{
+ housingInfo['data']
&& housingInfo['data'].info.rent[1] }}
/{{ housingInfo['data'] && housingInfo['data'].info.rentalperiod }}
@@ -100,7 +103,7 @@
预算
HK$
-
~{{ housingInfo['data'] &&
+ v-if="housingInfo['data'] && housingInfo['data'].info.rent[1]">~{{ housingInfo['data']
+ &&
housingInfo['data'].info.rent[1] }}
/{{ housingInfo['data'] && housingInfo['data'].info.rentalperiod }}
@@ -165,8 +169,8 @@
+ v-if="(housingInfo['data'] && housingInfo['data'].info && housingInfo['data'].info.video && housingInfo['data'].info.video.length > 0) ||
+ (housingInfo['data'] && housingInfo['data'].info && housingInfo['data'].info.picturegroup && housingInfo['data'].info.picturegroup.length > 0)">

+
~{{
- housingInfo['data'] && housingInfo['data'].info.acreage[1] ?
- housingInfo['data']
- &&
- housingInfo['data'].info.acreage[1] : 0
- }}
+ housingInfo['data'] && housingInfo['data'].info.acreage[1] ?
+ housingInfo['data']
+ &&
+ housingInfo['data'].info.acreage[1] : 0
+ }}
-
-
-
-
+
+
+
+
+ - {{ loadText }} -
-
-
-
-
- - {{ loadText }} -
@@ -1586,6 +1592,7 @@ img {
color: #555555;
text-align: center;
padding: 30px 0;
+ width:876px;
}
.need-houing-type {
@@ -2410,7 +2417,7 @@ img {
width: 26px;
height: 26px;
margin-right: 3px;
- margin-left:-2px;
+ margin-left: -2px;
}
.img-icon {
@@ -2431,11 +2438,11 @@ img {
font-weight: 400;
font-style: normal;
font-size: 14px;
- margin-right:8px;
+ margin-right: 8px;
}
- .no-img-pd{
- padding:0 !important;
+ .no-img-pd {
+ padding: 0 !important;
}
.img-list-box {
@@ -3066,8 +3073,9 @@ img {
display: none;
}
}
-.el-popper.is-light{
- border-radius:10px !important;
+
+.el-popper.is-light {
+ border-radius: 10px !important;
}
\ No newline at end of file