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