中介房源
This commit is contained in:
@@ -62,7 +62,7 @@ watchEffect(() => {
|
|||||||
res.path = '/personHousing'
|
res.path = '/personHousing'
|
||||||
}
|
}
|
||||||
else if (res.name === '中介房源') {
|
else if (res.name === '中介房源') {
|
||||||
|
res.path = '/intermediaryHousing'
|
||||||
}
|
}
|
||||||
else if (res.name === '品牌公寓') {
|
else if (res.name === '品牌公寓') {
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,10 @@
|
|||||||
<img src="../../assets/homeImage/authenticationBtnImg.png" class="text-img" alt="">
|
<img src="../../assets/homeImage/authenticationBtnImg.png" class="text-img" alt="">
|
||||||
<img src="../../assets/homeImage/authenticationBtnCode.svg" class="code-img" alt="">
|
<img src="../../assets/homeImage/authenticationBtnCode.svg" class="code-img" alt="">
|
||||||
</div>
|
</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>
|
||||||
<div class="seach-info-box dis-f" v-if="routePath==='/'">
|
<div class="seach-info-box dis-f" v-if="routePath==='/'">
|
||||||
<seachInfo title="学校附近" :btn="seachSchoolBtn.data" seachType="1" v-if="seachSchoolBtn.data.length"></seachInfo>
|
<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>
|
<seachInfo title="整租" seachType="2" style="margin-top:30px;" :btn="allHireType.data" v-if="allHireType.data.length"></seachInfo>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div v-if="routePath==='/personHousing'">
|
<div v-if="routePath==='/personHousing'||routePath==='/intermediaryHousing'">
|
||||||
<selectTabBox></selectTabBox>
|
<selectTabBox></selectTabBox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,7 +175,9 @@ defineExpose({
|
|||||||
position: relative;
|
position: relative;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
border-bottom: 1px solid #ebebeb;
|
border-bottom: 1px solid #ebebeb;
|
||||||
|
.intermediary-btn{
|
||||||
|
background:rgba(241, 245, 247, 1);
|
||||||
|
}
|
||||||
.authentication-btn {
|
.authentication-btn {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
@@ -193,6 +199,7 @@ defineExpose({
|
|||||||
.code-img {
|
.code-img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
margin-left:8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user