index.wxml 422 B

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