index.wxml 588 B

12345678910
  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}}" bind:playVideo="playVideo" bind:openComment="openComment"
  6. bind:setListFans="setListFans" bind:playAudio="playAudio">
  7. </videoPreview>
  8. <Comment id="comment" tabBarPadding="{{tabBarPadding}}" bind:addCommentNum="addCommentNum" />
  9. <canvas id='share' type=" 2d"> </canvas>
  10. </view>