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