index.wxml 499 B

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