index.wxml 433 B

12345678
  1. <view class="collection">
  2. <videoPreview wx:for="{{list}}" wx:key="index" videoInfo="{{item}}" index='{{index}}' currentId="{{currentId}}"
  3. data-id="{{item.userRead.id}}" bind:playVideo="playVideo" bind:openComment="openComment">
  4. </videoPreview>
  5. <emptyBg wx:if="{{list.length==0}}" message='您还没有收藏的作品哦~'></emptyBg>
  6. <Comment id="comment" />
  7. <canvas id='share' type="2d"> </canvas>
  8. </view>