求房源
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<pageTopBar></pageTopBar>
|
||||
<div class="dis-f jus-x al-item">
|
||||
<div class="dis-f jus-x al-item" :class="{'mg-b-80':pageType==3}">
|
||||
<div class="body-maxWidth mg-t-35">
|
||||
<breadcrumb :data="housingInfo['data']" :operation='setOperation'></breadcrumb>
|
||||
<el-affix :offset="0" @change="changeTitleType" z-index="700">
|
||||
@@ -385,7 +385,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 求房源-目标区域 -->
|
||||
<div class="housing-info">
|
||||
<div class="housing-info" v-if="pageType == 3">
|
||||
<div class="title dis-f al-item">
|
||||
<img src="../assets/img/detail/mapIcon.png" class="img" alt="">
|
||||
<span>
|
||||
@@ -1071,6 +1071,7 @@ let clone = (text) => {
|
||||
document.body.removeChild(textareaEle);
|
||||
ElMessage({
|
||||
message: '复制成功',
|
||||
type:'success',
|
||||
center: true,
|
||||
})
|
||||
}
|
||||
@@ -1134,9 +1135,9 @@ let getHousingInfo = () => {
|
||||
})
|
||||
concatInfo['data'] = store.state.indexData.wechat
|
||||
if (res.data.contacts) contacts['data'] = res.data.contacts
|
||||
if (housingInfo['data'].info.verified) {
|
||||
if (housingInfo['data'].info.verified&&pageType.value!=3) {
|
||||
getPublisherList()
|
||||
} else {
|
||||
} else if(pageType.value!=3){
|
||||
recommendList()
|
||||
}
|
||||
|
||||
@@ -1373,6 +1374,9 @@ img {
|
||||
.pos-a {
|
||||
position: absolute;
|
||||
}
|
||||
.mg-b-80{
|
||||
margin-bottom:80px;
|
||||
}
|
||||
|
||||
.housing-title {
|
||||
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user