mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
af4d2acd0f
commit
7d62af69f8
@ -20,12 +20,8 @@
|
||||
{{roomInfo.builtUpArea != undefined ?roomInfo.builtUpArea+'平方米':''}}
|
||||
</view>
|
||||
<view class="cu-form-group" >
|
||||
<view class="title">业主名称</view>
|
||||
{{roomInfo.ownerName}}
|
||||
</view>
|
||||
<view class="cu-form-group">
|
||||
<view class="title">联系方式</view>
|
||||
{{roomInfo.link}}
|
||||
<view class="title">业主</view>
|
||||
<view>{{roomInfo.ownerName}}<text v-if="roomInfo.link">({{roomInfo.link}})</text></view>
|
||||
</view>
|
||||
|
||||
<view class="block__title" v-if="fees.length > 0">欠费信息</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user