no message
This commit is contained in:
@@ -420,7 +420,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- -->
|
||||
<div class="map-box" v-if="pageType != 3 && housingInfo['data'] && housingInfo['data'].info.longitude">
|
||||
|
||||
<div class="map-box"
|
||||
v-if="pageType != 3 && housingInfo['data'] && housingInfo['data'].info.longitude">
|
||||
<div class="dis-f al-item title-box">
|
||||
<img src="../assets/img/detail/mapIcon.png" class="img" alt="">
|
||||
<span class="title">{{
|
||||
@@ -737,7 +739,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dis-f jus-x bottom-tps" v-if="pageType != 3 && (recommendListData.length > 0 || publisherList.length > 0)">
|
||||
|
||||
<div class="dis-f jus-x bottom-tps"
|
||||
v-if="pageType != 3 && (recommendListData.length > 0 || publisherList.length > 0)">
|
||||
- {{ loadText }} -
|
||||
</div>
|
||||
<footerTool></footerTool>
|
||||
@@ -1106,7 +1110,18 @@ let setHousingArr = () => {
|
||||
arr = housingInfo['data'].info.video ? arr.concat(housingInfo['data'] && housingInfo['data'].info.video) : []
|
||||
arr = housingInfo['data'].info.picturegroup ? arr.concat(housingInfo['data'] && housingInfo['data'].info.picturegroup) : []
|
||||
imgList.value = imgList.value.concat(arr)
|
||||
// console.log(imgList.value)
|
||||
|
||||
console.log(imgList.value)
|
||||
|
||||
housingInfo['data'].info.video.forEach(element => {
|
||||
console.log("element", element);
|
||||
element['type'] = 'videos'
|
||||
})
|
||||
|
||||
// lives
|
||||
|
||||
console.log("housingInfo['data'].info.video", housingInfo['data'].info.video);
|
||||
|
||||
}
|
||||
|
||||
let location = store.state.indexData.config && store.state.indexData.config.location
|
||||
@@ -2629,6 +2644,9 @@ img {
|
||||
}
|
||||
|
||||
.school-info {
|
||||
|
||||
height: 500px;
|
||||
overflow-y: scroll;
|
||||
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||
font-weight: 650;
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user