index.wxml 592 B

12345678910
  1. <view class="worksList">
  2. <view class="playLine">
  3. </view>
  4. <videoPreview class="videoPreview" wx:for="{{worksListCopy}}" wx:key="index" videoType="{{videoType}}" videoInfo="{{item}}"
  5. index='{{index}}' currentId="{{currentId}}" data-id="{{item.userRead.id}}" data-audio="{{item.userRead.audioPath}}"
  6. bind:playVideo="playVideo" bind:openComment="openComment" 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>