优化代码

This commit is contained in:
Your Name 2023-09-14 00:47:45 +08:00
parent af4d2acd0f
commit 7d62af69f8

View File

@ -20,12 +20,8 @@
{{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>