index.wxml 344 B

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