+
{{
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;
}
}
}