index.wxml 924 B

1234567891011121314
  1. <view class="worksList">
  2. <view class="playLine" />
  3. <view class="box">
  4. <videoPreview class="videoPreview" wx:for="{{worksListCopy}}" wx:key="index" videoType="{{videoType}}"
  5. currentTime="{{currentTime}}" sliderValue="{{sliderValue}}" videoInfo="{{item}}" index='{{index}}'
  6. currentId="{{currentId}}" data-id="{{item.userRead.id}}" data-audio="{{item.userRead.audioPath}}"
  7. data-uid="{{item.user.uid}}" data-type="{{!item.userReadExtend||item.userReadExtend.resourcesType==0?0:1}}"
  8. bind:openComment="openComment" bind:setSeek="setSeek" bind:setListFans="setListFans"
  9. bind:playAudio="playAudio" bind:playVideo="playVideo" bind:deleteVideo='deleteVideo'>
  10. </videoPreview>
  11. </view>
  12. <Comment id="comment" tabBarPadding="{{tabBarPadding}}" bind:addCommentNum="addCommentNum" />
  13. <canvas id='share' class="share" type="2d"> </canvas>
  14. </view>