| | |
| | | <!-- content --> |
| | | <view class="content" > |
| | | <view wx:for="{{ dataList }}" class="item"> |
| | | <view class="img_wrap"> |
| | | <view bindtap="itemClick" data-videourl="{{ item.videoUrl }}" data-id="{{ item.id }}" class="img_wrap"> |
| | | <image class="img" src="{{ item.coverImage }}" mode="aspectFill"></image> |
| | | <image bindtap="itemClick" data-videourl="{{ item.videoUrl }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | <image class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | </view> |
| | | |
| | | <view class="title">{{ item.title }}</view> |
| | |
| | | <view>{{ item.publishDt }}</view> |
| | | <view class="df_sb"> |
| | | <image class="liulan" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image> |
| | | <text>{{ item.viewCount }}</text> |
| | | <text>{{ math.formarCount(item.viewCount) }}</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <image class="default_empty" src="../../static/images/default_empty.png"></image> |
| | | </view> |
| | | </view> |
| | | <view wx:if="{{ isShow }}" bind:tap="onClose" class="video_content"> |
| | | <!-- <view wx:if="{{ isShow }}" bind:tap="onClose" class="video_content"> |
| | | <view class="video"> |
| | | <video id="myVideo" src="{{curVideoSrc}}" autoplay show-fullscreen-btn show-play-btn ></video> |
| | | </view> |
| | | </view > |
| | | |
| | | </view> |
| | | </view > --> |
| | | <videoPlay class='videoPlay' /> |
| | | </view> |
| | | <wxs module="math" src="../../utils/math.wxs"></wxs> |