From f54db1c581902b96031f33cae8f46aaee9669b9e Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Tue, 1 Aug 2023 10:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 282 ++++++++++++++++++++++--------------------- 1 file changed, 145 insertions(+), 137 deletions(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index 3b65472..ceff1dd 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -7,84 +7,86 @@
- -
-
-
- - -
- 预算 - 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] - }} -
-
-
-
-
- - - - {{ housingInfo['data'] && housingInfo['data'].isfav ? - housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏' }} - -
-
-
- - - 转发 - - + + +
+ 预算 + 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] + }}
-
-
- 联系方式 +
+
+
+ + + + {{ housingInfo['data'] && housingInfo['data'].isfav ? + housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏' + }} + +
+
+
+ + + 转发 + + +
+
+
+
+ 联系方式 +
-
- +
预算 @@ -787,7 +789,7 @@
- +
@@ -798,59 +800,79 @@
-
+
联系方式
-
-
- - 微信 -
-
-
- {{ concatData.data && concatData.data.wechat }} +
+
+
+
+ + 微信 +
+
+
+ {{ concatData.data && concatData.data.wechat }} +
+
+ + 复制 +
+
-
- - 复制 +
+
+ + WhatsApp +
+
+
+ {{ concatData.data && concatData.data.whatsapp }} +
+
+ + 复制 +
+
+
+
+
+ + 电话号码 +
+
+
+ {{ concatData.data && concatData.data.tel }} +
+
+ + 复制 +
+
-
-
-
- - WhatsApp -
-
-
- {{ concatData.data && concatData.data.whatsapp }} + +
+
+
-
- - 复制 -
-
-
-
-
- - 电话号码 -
-
-
- {{ concatData.data && concatData.data.tel }} -
-
- - 复制 +
+
+ 微信扫码添加好友 +
+
+ 备注:寄托租房 +
@@ -898,20 +920,6 @@
-
-
- -
-
-
- 微信扫码添加好友 -
-
- 备注:寄托租房 -
-
-
@@ -1767,12 +1775,12 @@ img { .whatsapp-box { margin-top: 30px; + } - .whatsapp-icon { - width: 25px; - height: 24px; - margin-right: 10px; - } + .whatsapp-icon { + width: 25px; + height: 24px; + margin-right: 10px; } }