修复bug
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<!-- 标题 + 状态 -->
|
||||
<view class="card-header">
|
||||
<view class="title-box">
|
||||
<text class="tag-default" v-if="item.isDefault==1">默认</text>
|
||||
<text class="tag-default" v-if="item.isDefault === true">默认</text>
|
||||
<text
|
||||
class="house-name">{{ item.villageName+"-"+item.buildingName+"-"+item.unitNo }}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user