Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
33c1d6e865
@ -289,7 +289,7 @@
|
||||
|
||||
<div class="price-box">
|
||||
<div class="price-item flexacenter" v-for="it in item['roomlist']">
|
||||
<div class="room-name ellipsis">{{ it['name'] }}</div>
|
||||
<div class="room-name ellipsis flex1">{{ it['name'] }}</div>
|
||||
<div class="flexacenter">
|
||||
<div class="unit">HK$</div>
|
||||
<div class="quantity">{{ it['price'] }}</div>/月
|
||||
@ -1542,6 +1542,7 @@ const publicJump = path => router.push(path)
|
||||
.room-name {
|
||||
font-size: 15px;
|
||||
color: #000000;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.unit {
|
||||
|
@ -1335,9 +1335,8 @@ export default {
|
||||
name: "以上都不是"
|
||||
})
|
||||
this.communityList = data
|
||||
// this.residentialAreaState = true
|
||||
this.residentialAreaState = true
|
||||
this.isResidentialAreaUpdate = false
|
||||
|
||||
})
|
||||
}
|
||||
// else this.residentialAreaState = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user