index.wxml 344 B

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