首页瀑布流
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="breadcrumb-box">
|
||||
<el-breadcrumb :separator-icon="ArrowRight">
|
||||
<el-breadcrumb-item v-for="(item, i) in storeData" :key="i" :to="{ path: item.path }">
|
||||
<el-breadcrumb-item v-for="(item, i) in storeData" :key="i" :to="{ path: item.path,query:item.query }">
|
||||
<span class="breadcrumb-text">
|
||||
{{ item.title }}
|
||||
</span>
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
年轻有活力且超有玩趣的公寓
|
||||
</div> -->
|
||||
<div class="suite-box" v-if="itemData.type === 'apartment'">
|
||||
<div class="dis-f al-item jus-bet">
|
||||
<div class="dis-f al-item jus-bet" v-if="itemData.specifications &&
|
||||
itemData.specifications[0] && itemData.specifications[0].value">
|
||||
<div class="suite-type">
|
||||
{{ itemData.specifications && itemData.specifications[0] && itemData.specifications[0].title }}
|
||||
</div>
|
||||
@@ -58,8 +59,10 @@
|
||||
<span class="date">/月</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<div class="dis-f al-item jus-bet">
|
||||
<div class="line" v-if="itemData.specifications &&
|
||||
itemData.specifications[1] && itemData.specifications[1].value"></div>
|
||||
<div class="dis-f al-item jus-bet" v-if="itemData.specifications &&
|
||||
itemData.specifications[1] && itemData.specifications[1].value">
|
||||
<div class="suite-type">
|
||||
{{ itemData.specifications && itemData.specifications[1] && itemData.specifications[1].title }}
|
||||
</div>
|
||||
|
||||
@@ -239,7 +239,7 @@ isNeedHousing.value = route.currentRoute.value.query.isNeedHousing === 'true'
|
||||
|
||||
//判断当前是什么页面
|
||||
let houseingPageType = route.currentRoute.value.query.houseingPageType
|
||||
console.log('houseingPageType',houseingPageType)
|
||||
console.log('houseingPageType',route.currentRoute.value.query)
|
||||
let type = houseingPageType === '0' ? 'person' : houseingPageType === '1' ? 'intermediary' : houseingPageType === '6' ? 'need' : 'apartment'
|
||||
tabType.value = type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user