修改筛选tab文本

This commit is contained in:
A1300399510
2024-03-26 16:13:23 +08:00
parent 7571f2d79f
commit 4a1bd6132b
8 changed files with 6 additions and 5 deletions

View File

@@ -276,7 +276,7 @@
<div class="screen-footer flexacenter">
<div class="screen-footer-left flexacenter">
<div class="quantity flexacenter">
<b class="b">{{ count }}</b> 个求房源
<b class="b">{{ count }}</b> {{ routePath === '/personHousing' ? '个人房源' : routePath === '/intermediaryHousing' ? '中介房源' : routePath === '/needHousing' ? '求房源' : '' }}
</div>
<template v-if="pitchValue['location'].length != 0">
<span style="color: rgb(170, 170, 170); margin: 0px 15px;">|</span>

View File

@@ -1493,6 +1493,7 @@ const publicJump = path => router.push(path)
.same-brand-img {
width: 288px;
height: 192px;
object-fit: cover;
}
.apartment-name {