index.wxml 400 B

123456789
  1. <view class="worksBox">
  2. <!-- 作品列表 -->
  3. <canvas id='share' type="2d" > </canvas>
  4. <block wx:for="{{list}}" wx:key="index">
  5. <videoPreview videoInfo="{{item}}" index='{{index}}' currentId="{{currentId}}" data-id="{{item.userRead.id}}"
  6. bind:playVideo="playVideo" bind:changStatus="changStatus" bind:getList="getSelfRead">
  7. </videoPreview>
  8. </block>
  9. </view>