|
@ -29,7 +29,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex tit"> |
|
|
<view class="flex tit"> |
|
|
居住日期 |
|
|
居住日期 |
|
|
<view class="name">{{info.checkInDate}}至{{info.checkOutDate}}</view> |
|
|
<view class="name">{{info.checkInDate}}至{{checkOutDate}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -74,7 +74,7 @@ |
|
|
<view slot="title" class="flex flex-wrap"> |
|
|
<view slot="title" class="flex flex-wrap"> |
|
|
<block wx:for="{{info.facilitiesCheckImages}}" wx:key="index"> |
|
|
<block wx:for="{{info.facilitiesCheckImages}}" wx:key="index"> |
|
|
<view class="media-item" style="margin-right: 20rpx;width: 236rpx;height: 160rpx;overflow: hidden;"> |
|
|
<view class="media-item" style="margin-right: 20rpx;width: 236rpx;height: 160rpx;overflow: hidden;"> |
|
|
<block wx:if="{{item.type === 'image/png' || item.type === 'image/jpg' || item.type === 'image/jepg'|| item.type === 'image'}}" > |
|
|
<block wx:if="{{item.type === 'image/png' || item.type === 'image/jpg' || item.type === 'image/jpeg'|| item.type === 'image'}}" > |
|
|
<van-image width="118" height="80" src="{{item.url}}" /> |
|
|
<van-image width="118" height="80" src="{{item.url}}" /> |
|
|
</block> |
|
|
</block> |
|
|
<block wx:if="{{item.type === 'video/mp4'}}"> |
|
|
<block wx:if="{{item.type === 'video/mp4'}}"> |
|
|