index.wxml 396 B

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