|
@ -1,12 +1,12 @@ |
|
|
<view class="f-container"> |
|
|
<view class="f-container"> |
|
|
<block wx:if="{{familyInfo.roomCode}}"> |
|
|
<block wx:if="{{familyInfo.roomCodeShow}}"> |
|
|
<view class="f-top"> |
|
|
<view class="f-top"> |
|
|
<view class="f-card"> |
|
|
<view class="f-card"> |
|
|
<view class="flex-view"> |
|
|
<view class="flex-view"> |
|
|
<view class="card-left"> |
|
|
<view class="card-left"> |
|
|
<view class="card-title">{{ familyInfo.plotName }} - {{familyInfo.buildingName}} - {{familyInfo.unit}} - {{familyInfo.roomNo}}</view> |
|
|
<view class="card-title">{{ familyInfo.plotName }} - {{familyInfo.buildingName}} - {{familyInfo.unit}} - {{familyInfo.roomNo}}</view> |
|
|
<view wx:if="{{familyInfo.roomCode.length <= 24}}" class="card-num"> |
|
|
<view wx:if="{{familyInfo.roomCodeShow.length <= 24}}" class="card-num"> |
|
|
<text>No.{{ familyInfo.roomCode }}</text> |
|
|
<text>No.{{ familyInfo.roomCodeShow }}</text> |
|
|
<!-- <text >No.6666666666666666666666</text> --> |
|
|
<!-- <text >No.6666666666666666666666</text> --> |
|
|
<image /> |
|
|
<image /> |
|
|
</view> |
|
|
</view> |
|
|