index.wxml 1.3 KB

1
  1. <view class="page _div" style="{{'height:'+(height)+';'}}"><view class="swiper _div" style="{{(containerStyle)}}"><block wx:for="{{videoList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><video-new class="video" style="{{'height:'+(height)+';'+('width:'+(width)+';')}}" vue-id="{{'7a6fbe82-1-'+index}}" video_id="{{item.video_id}}" nickname="{{item.nickname}}" video_describe="{{item.video_describe}}" cover_url="{{item.cover_url}}" video_url="{{item.video_url}}" dianzan="{{item.dianzan}}" is_dianzan="{{item.is_dianzan}}" pinglun="{{item.pinglun}}" zhuanfa="{{item.zhuanfa}}" height="{{height}}" width="{{width}}" play="{{item.flag}}" index="{{index}}" cur_index="{{cur_index}}" bind:__l="__l"></video-new></block></block></view><cover-view data-event-opts="{{[['tap',[['clickVideo',['$event']]]],['touchmove',[['ListTouchMove',['$event']]]],['touchend',[['ListTouchEnd',['$event']]]],['touchstart',[['ListTouchStart',['$event']]]]]}}" class="cover-view-marks" style="{{'height:'+(height)+';'+('width:'+(width)+';')}}" catchtap="__e" bindtouchmove="__e" catchtouchend="__e" bindtouchstart="__e"></cover-view><cover-view class="wrapper" style="{{'width:'+(width)+';'}}"><cover-view class="title-center" style="{{'width:'+(width)+';'}}"></cover-view></cover-view></view>