- <view class="worksBox">
- <!-- 作品列表 -->
- <view bindtap="creatShare">
- 3333
- </view>
- <canvas id='share' type="2d" style="width: 100%;height: 300px;"> </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>
|