月份修改

This commit is contained in:
2023-07-28 10:37:17 +08:00
parent 556f40efe8
commit 96e7c86829
5 changed files with 4099 additions and 4093 deletions

View File

@@ -30,7 +30,7 @@
housingInfo['data'] && housingInfo['data'].info.rent[1]
}}
</span>
<span>/</span>
<span>/{{ housingInfo['data'] && housingInfo['data'].info.rentalperiod }}</span>
<div class="line"></div>
<div class="dis-f al-item">
{{ indexData['data'] &&
@@ -93,7 +93,7 @@
housingInfo['data'] && housingInfo['data'].info.rent[1]
}}
</span>
<span>/</span>
<span>/{{ housingInfo['data'] && housingInfo['data'].info.rentalperiod }}</span>
</div>
<div class="dis-f al-item detail-condition-box">
<div class="condition condition-border">
@@ -126,8 +126,7 @@
{{ !housingInfo['data'] || housingInfo['data'] &&
housingInfo['data'].info.rentalduration
=== '0' ?
'不限' : `${housingInfo['data'] && housingInfo['data'].info.rentalduration}
${housingInfo['data'] && housingInfo['data'].info.rentalperiod}` }}
'不限' : `${config.rentalduration[housingInfo['data'] && housingInfo['data'].info.rentalduration]}` }}
</div>
</div>
<div class="condition">
@@ -442,7 +441,7 @@
</div>
</div>
</div>
<div class="dis-f jus-x" v-if="distanceList.length && pageType != 3">
<div class="dis-f jus-x" v-if="distanceList[0]&&distanceList[0].name && pageType != 3">
<div class="distance-box dis-f jus-bet">
<div class="distance-info-box pos-r" :class="{ 'show-distance-info-box': showDistance }"
:style="{ 'height': showDistance ? `${70 + 42 + 82 * distanceList.length - 1}px` : '0px' }">
@@ -1129,6 +1128,8 @@ let setHousingArr = () => {
}
//总体数据
let config=store.state.indexData.config
let location = store.state.indexData.config && store.state.indexData.config.location
//设置顶部导航
@@ -1155,9 +1156,9 @@ let setNavigation = () => {
query: {
location: housingInfo['data']['info'].location.substring(0, 3),
areaItem: housingInfo['data']['info'].location.substring(0, 1),
types: housingInfo['data']['info'].location.substring(0, 1)
types: housingInfo['data']['info'].type
},
path: `${store.state.routeList['secondaryIndex'].path}}/${JSON.stringify({ id: , name: location[housingInfo['data']['info'].location.substring(0, 1)] })}/${JSON.stringify({ type: 'types', data: { name: type[housingInfo['data']['info'].type.substring(0, 3)], id: housingInfo['data']['info'].type } })}`,
path: `${store.state.routeList['secondaryIndex'].path}`,
title: `${location[housingInfo['data']['info'].location]}${type[housingInfo['data']['info'].type]}`
}
} else if (pageType.value == 4) {