|
@ -5,11 +5,11 @@ |
|
|
<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.roomCodeShow.length <= 24}}" class="card-num"> |
|
|
<!-- <view wx:if="{{familyInfo.roomCodeShow.length <= 24}}" class="card-num"> |
|
|
<text>No.{{ familyInfo.roomCodeShow }}</text> |
|
|
<text>No.{{ familyInfo.roomCodeShow }}</text> --> |
|
|
<!-- <text >No.6666666666666666666666</text> --> |
|
|
<!-- <text >No.6666666666666666666666</text> --> |
|
|
<!-- <image /> --> |
|
|
<!-- <image /> --> |
|
|
</view> |
|
|
<!-- </view> --> |
|
|
</view> |
|
|
</view> |
|
|
<view class="card-right"> |
|
|
<view class="card-right"> |
|
|
<view class="card-qr {{ familyInfo.roomCodeShow.length > 24 && 'card-qr-long'}}" bind:tap="handlePreview"> |
|
|
<view class="card-qr {{ familyInfo.roomCodeShow.length > 24 && 'card-qr-long'}}" bind:tap="handlePreview"> |
|
@ -17,16 +17,19 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view wx:if="{{familyInfo.roomCodeShow.length > 24}}" class="card-num mt16"> |
|
|
<!-- <view wx:if="{{familyInfo.roomCodeShow.length > 24}}" class="card-num mt16"> |
|
|
<text>No.{{ familyInfo.roomCodeShow }}</text> |
|
|
<text>No.{{ familyInfo.roomCodeShow }}</text> --> |
|
|
<!-- <text >No.666666666666666666666666666666666666</text> --> |
|
|
<!-- <text >No.666666666666666666666666666666666666</text> --> |
|
|
<!-- <image /> --> |
|
|
<!-- <image /> --> |
|
|
</view> |
|
|
<!-- </view> --> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="f-wr"> |
|
|
<view class="f-wr"> |
|
|
<view class="title-wr"> |
|
|
<view class="title-wr"> |
|
|
<view class="title-label">家庭成员</view> |
|
|
<view class="flex" > |
|
|
|
|
|
<view class="title-label right20">成员新了</view> |
|
|
|
|
|
<view class="title-label right20">房价涨了</view> |
|
|
|
|
|
<view class="title-label right20">快递来了</view></view> |
|
|
<view class="title-right"> |
|
|
<view class="title-right"> |
|
|
<!-- <view class="title-right-label">明细</view> --> |
|
|
<!-- <view class="title-right-label">明细</view> --> |
|
|
<image class="right-icon" src="../../images/arrow-right.png" /> |
|
|
<image class="right-icon" src="../../images/arrow-right.png" /> |
|
|