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 }}
-
+
-
-
- {{ 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 }}
+
+
+
+
+ {{ housingInfo['data'] && housingInfo['data'].isfav ?
+ housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏'
+ }}
+
+
+
+ 转发
+
+