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 : '收藏'
+ }}
+
+
+
+ 转发
+
+