|
@ -62,8 +62,8 @@ |
|
|
<van-cell title-style="color:#68758B;font-size: 15px;"> |
|
|
<van-cell title-style="color:#68758B;font-size: 15px;"> |
|
|
<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"> |
|
|
<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'}}"> |
|
|
<block wx:if="{{item.type === 'image/png' || item.type === 'image/jpg' || item.type === 'image/jepg'|| 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'}}"> |
|
|