Compare commits

...

2 Commits

Author SHA1 Message Date
6cb88bda8a Merge remote-tracking branch 'origin/main' 2023-07-28 13:56:43 +08:00
c9be690046 个人详情页 2023-07-28 13:56:37 +08:00
3 changed files with 7 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ let seachList = (item) => {
}
//设置搜索数据
let setSeachConditions = (type, data) => {
let setSeachConditions = (type, data,second) => {
if (type === 'rent') {
seachAllType['rent_min'] = data.min
seachAllType['rent_max'] = data.max

View File

@@ -680,6 +680,7 @@ let routerQuerySet = () => {
if(deconstructionSeachData.selectData[0])
nextTick(() => {
setCheckBoxData(deconstructionSeachData.selectData)//设置地区选项
})
}
}

View File

@@ -1,10 +1,10 @@
<template>
<div>
<pageTopBar></pageTopBar>
<div class="dis-f jus-x al-item"
:class="{ 'mg-b-80': pageType == 3 || (recommendListData.length == 0 || publisherList.length == 0) }">
<div class="dis-f jus-x al-item">
<div class="body-maxWidth mg-t-35">
<breadcrumb :data="housingInfo['data']" :operation='setOperation'></breadcrumb>
{{ pageType == 3 || (recommendListData.length == 0 || publisherList.length == 0) }}
<el-affix :offset="0" @change="changeTitleType" z-index="700">
<div class="top-bar-box dis-f jus-x" v-show="titleType">
<div class="top-bar dis-f al-item jus-bet">
@@ -748,7 +748,7 @@
v-if="pageType != 3 && (recommendListData.length > 0 || publisherList.length > 0)">
- {{ loadText }} -
</div>
<footerTool></footerTool>
<footerTool class="mg-t-60"></footerTool>
<div class="pop-box" v-show="showConcat">
<!-- 两种信息 -->
<!-- third-concat -->
@@ -1441,8 +1441,8 @@ img {
position: absolute;
}
.mg-b-80 {
margin-bottom: 80px;
.mg-t-60 {
margin-top: 60px;
}
.housing-title {