This commit is contained in:
A1300399510
2023-08-07 14:41:46 +08:00
parent e2e583532d
commit b0517f992f
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -1335,9 +1335,8 @@ export default {
name: "以上都不是"
})
this.communityList = data
// this.residentialAreaState = true
this.residentialAreaState = true
this.isResidentialAreaUpdate = false
})
}
// else this.residentialAreaState = true