index.wxml 671 B

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