- <view class="worksList">
- <videoPreview wx:for="{{worksList}}" wx:key="index" videoInfo="{{item}}" index='{{index}}' currentId="{{currentId}}"
- data-id="{{item.userRead.id}}" bind:playVideo="playVideo" bind:openComment="openComment">
- </videoPreview>
- <Comment id="comment" />
- <canvas id='share' type="2d"> </canvas>
- </view>
|