| | |
| | | <view class="imgs"> |
| | | <video controls wx:if="{{item.fileType ==1 && item.fileList &&item.fileList.length}}" src="{{item.fileList[0].fileurlFull}}" class="video"></video> |
| | | <view wx:if="{{item.fileType !=1 && item.fileList}}" data-id="{{ item.id }}" wx:for-item="item1" wx:for="{{ item.fileList }}" class="img_wrap"> |
| | | <image class="img" mode="widthFix" src="{{item1.fileurlFull}}"></image> |
| | | <image class="img" mode="aspectFill" src="{{item1.fileurlFull}}"></image> |
| | | </view> |
| | | </view> |
| | | <view class="footer"> |
| | |
| | | <view class="btn" bind:tap="downfile" data-index="{{item}}">立即分享</view> |
| | | </view> |
| | | </view> |
| | | <view wx:if="{{ list.length == 0 }}" class="empty_wrap"> |
| | | <image class="default_empty" src="../../static/images/default_empty.png"></image> |
| | | </view> |
| | | </view> |
| | | |
| | | </view> |