From 5d917321d0f7725ec1ba5e63aa70156bc7e4180f Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Wed, 26 Jul 2023 15:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=82=E6=88=BF=E6=BA=90=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 83 ++++++++++++++++++++++++++++++-------------- 1 file changed, 57 insertions(+), 26 deletions(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index f858776..70eeb1d 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -4,7 +4,7 @@
- +
@@ -18,7 +18,16 @@
预算 HK$ - {{ housingInfo['data'] && housingInfo['data'].info.rent }} + {{ housingInfo['data'] && + housingInfo['data'].info.rent }} + + {{ + housingInfo['data'] && housingInfo['data'].info.rent[0] + }}~ + {{ + housingInfo['data'] && housingInfo['data'].info.rent[1] + }} + /月
@@ -68,8 +77,16 @@
预算 - HK${{ + HK${{ housingInfo['data'] && housingInfo['data'].info.rent }} + + {{ + housingInfo['data'] && housingInfo['data'].info.rent[0] + }}~ + {{ + housingInfo['data'] && housingInfo['data'].info.rent[1] + }} + /月
@@ -121,13 +138,26 @@
- -
{{ housingInfo['data'] && housingInfo['data'].info.video ? - housingInfo['data'] && housingInfo['data'].info.video.length : 0 }}
- -
{{ housingInfo['data'] && - housingInfo['data'].info.picturegroup && housingInfo['data'].info.picturegroup.length - || 0 }}
+ +
+ {{ housingInfo['data'] && housingInfo['data'].info.video ? + housingInfo['data'] && housingInfo['data'].info.video.length : 0 }}
+ +
+ {{ housingInfo['data'] && + housingInfo['data'].info.picturegroup && housingInfo['data'].info.picturegroup.length + || 0 }} +
@@ -362,10 +392,9 @@ 目标区域
- {{ housingLocation }}
-
+
{{ location && location[item.substring(0, 1)] @@ -1065,8 +1094,6 @@ let setHousingArr = () => { } let location = store.state.indexData.config && store.state.indexData.config.location -let housingLocation=reactive(location) -console.log('housingLocation',housingLocation) //设置顶部导航 let setNavigation = () => { let type = store.state.indexData.config && store.state.indexData.config.type @@ -1082,10 +1109,7 @@ let setNavigation = () => { path: "", title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}` } - } else { - } - } //中介数据 let contacts = reactive({ @@ -1945,6 +1969,7 @@ img { .crowd-box { width: 120px; height: 120px; + margin-top:30px; background: inherit; background-color: rgba(255, 255, 255, 1); border: none; @@ -2221,15 +2246,21 @@ img { font-style: normal; font-size: 16px; color: #000000; - .icon{ - width:16px; - height:16px; - border-radius:50%; + + .mg-t-15 { + margin-top: 15px; + } + + .icon { + width: 16px; + height: 16px; + border-radius: 50%; background: #fdda55; - margin:0 8px; - .icon-img{ - width:5px; - height:8px; + margin: 0 8px; + + .icon-img { + width: 5px; + height: 8px; } } }