- <view class="worksList">
- <view class="playLine" />
- <view class="box">
- <videoPreview class="videoPreview" wx:for="{{worksListCopy}}" wx:key="index" videoType="{{videoType}}"
- currentTime="{{currentTime}}" sliderValue="{{sliderValue}}" videoInfo="{{item}}" index='{{index}}'
- currentId="{{currentId}}" data-id="{{item.userRead.id}}" data-audio="{{item.userRead.audioPath}}"
- data-uid="{{item.user.uid}}" data-type="{{!item.userReadExtend||item.userReadExtend.resourcesType==0?0:1}}"
- bind:openComment="openComment" bind:setSeek="setSeek" bind:setListFans="setListFans"
- bind:playAudio="playAudio" bind:playVideo="playVideo" bind:deleteVideo='deleteVideo'>
- </videoPreview>
- </view>
- <Comment id="comment" tabBarPadding="{{tabBarPadding}}" bind:addCommentNum="addCommentNum" />
- <canvas id='share' class="share" type="2d"> </canvas>
- </view>
|