个人详情页

This commit is contained in:
2023-07-28 13:56:37 +08:00
parent 5522645b5b
commit c9be690046
4 changed files with 8 additions and 7 deletions

View File

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

View File

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

View File

@@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截
showFullScreenLoading() showFullScreenLoading()
// 开发时登录用的,可以直接替换小程序的 authorization // 开发时登录用的,可以直接替换小程序的 authorization
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3" // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
return config; return config;
}, },
error => { error => {

View File

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