| | |
| | | <view> |
| | | <view wx:for="{{results}}" wx:key="index" wx:item="item" bindtap="openFile" data-index="{{index}}"> |
| | | <view |
| | | wx:for="{{results}}" |
| | | wx:key="index" |
| | | wx:item="item" |
| | | bindtap="openFile" |
| | | data-index="{{index}}" |
| | | > |
| | | <view wx:if="{{item.lrResourcefiletype != 4}}" class="fyui-box fyui-panel"> |
| | | <view class="fyui-box__hd"> |
| | | <image src="{{item.lrPicurl}}" class="" mode="aspectFill" /> |
| | |
| | | </view> |
| | | </view> |
| | | <view wx:else class="fyui-panel fyui-panel_video"> |
| | | <view style="position: relative;"> |
| | | <image src="{{item.lrPicurl}}" class="video-poster" mode="aspectFit" /> |
| | | <mp-icon class="video-play" icon="play" color="white" size="50" type="filled"></mp-icon> |
| | | <view style="position: relative"> |
| | | <image src="{{item.lrPicurl}}" class="video-poster" mode="aspectFill" /> |
| | | <mp-icon |
| | | class="video-play" |
| | | icon="play" |
| | | color="white" |
| | | size="50" |
| | | type="filled" |
| | | ></mp-icon> |
| | | </view> |
| | | <view class="video-title">{{item.lrResourcetitle}}</view> |
| | | <view class="tag"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <mp-loadingstatus loading="{{loading}}" needLoadMore="{{needLoadMore}}" nodata="{{results.length == 0}}"></mp-loadingstatus> |
| | | </view> |
| | | <mp-loadingstatus |
| | | loading="{{loading}}" |
| | | needLoadMore="{{needLoadMore}}" |
| | | nodata="{{results.length == 0}}" |
| | | ></mp-loadingstatus> |
| | | </view> |