From 33934f8fb54d27de336677c73d3ce7db581af471 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 10 Aug 2023 17:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8A=A0=E8=BD=BD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 76 ++++++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 34 deletions(-) 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