个人详情页
This commit is contained in:
parent
5522645b5b
commit
c9be690046
@ -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
|
||||
|
@ -680,6 +680,7 @@ let routerQuerySet = () => {
|
||||
if(deconstructionSeachData.selectData[0])
|
||||
nextTick(() => {
|
||||
setCheckBoxData(deconstructionSeachData.selectData)//设置地区选项
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截
|
||||
showFullScreenLoading()
|
||||
// 开发时登录用的,可以直接替换小程序的 authorization
|
||||
// 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;
|
||||
},
|
||||
error => {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user