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