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