修改筛选tab文本
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1493,6 +1493,7 @@ const publicJump = path => router.push(path)
|
||||
.same-brand-img {
|
||||
width: 288px;
|
||||
height: 192px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.apartment-name {
|
||||
|
||||
Reference in New Issue
Block a user