中介房源

This commit is contained in:
luJianJun 2023-07-13 18:55:09 +08:00
parent 231612fe12
commit 42495d8e5e
2 changed files with 10 additions and 3 deletions

View File

@ -62,7 +62,7 @@ watchEffect(() => {
res.path = '/personHousing'
}
else if (res.name === '中介房源') {
res.path = '/intermediaryHousing'
}
else if (res.name === '品牌公寓') {

View File

@ -55,6 +55,10 @@
<img src="../../assets/homeImage/authenticationBtnImg.png" class="text-img" alt="">
<img src="../../assets/homeImage/authenticationBtnCode.svg" class="code-img" alt="">
</div>
<div class=" dis-f jus-x al-item authentication-btn intermediary-btn" v-if="routePath==='/intermediaryHousing'">
<img src="../../assets/homeImage/intermediaryText.png" class="text-img" alt="">
<img src="../../assets/homeImage/intermediaryCode.svg" class="code-img" alt="">
</div>
</div>
<div class="seach-info-box dis-f" v-if="routePath==='/'">
<seachInfo title="学校附近" :btn="seachSchoolBtn.data" seachType="1" v-if="seachSchoolBtn.data.length"></seachInfo>
@ -63,7 +67,7 @@
<seachInfo title="整租" seachType="2" style="margin-top:30px;" :btn="allHireType.data" v-if="allHireType.data.length"></seachInfo>
</div>
<!-- -->
<div v-if="routePath==='/personHousing'">
<div v-if="routePath==='/personHousing'||routePath==='/intermediaryHousing'">
<selectTabBox></selectTabBox>
</div>
</div>
@ -171,7 +175,9 @@ defineExpose({
position: relative;
justify-content: end;
border-bottom: 1px solid #ebebeb;
.intermediary-btn{
background:rgba(241, 245, 247, 1);
}
.authentication-btn {
width: 160px;
height: 48px;
@ -193,6 +199,7 @@ defineExpose({
.code-img {
width: 20px;
height: 20px;
margin-left:8px;
}
}