index.wxml 491 B

123456789101112
  1. <view class="worksBox">
  2. <!-- 作品列表 -->
  3. <view bindtap="creatShare">
  4. 3333
  5. </view>
  6. <canvas id='share' type="2d" style="width: 100%;height: 300px;"> </canvas>
  7. <block wx:for="{{list}}" wx:key="index">
  8. <videoPreview videoInfo="{{item}}" index='{{index}}' currentId="{{currentId}}" data-id="{{item.userRead.id}}"
  9. bind:playVideo="playVideo" bind:changStatus="changStatus" bind:getList="getSelfRead">
  10. </videoPreview>
  11. </block>
  12. </view>