|
@@ -3,8 +3,8 @@
|
|
|
<videoPreview class="videoPreview" wx:for="{{worksListCopy}}" wx:key="index" videoType="{{videoType}}"
|
|
|
videoInfo="{{item}}" index='{{index}}' currentId="{{currentId}}" data-id="{{item.userRead.id}}"
|
|
|
data-audio="{{item.userRead.audioPath}}"
|
|
|
- data-type="{{!item.userReadExtend||item.userReadExtend.resourcesType==0?0:1}}" bind:playVideo="playVideo"
|
|
|
- bind:openComment="openComment" bind:setListFans="setListFans" bind:playAudio="playAudio">
|
|
|
+ data-type="{{!item.userReadExtend||item.userReadExtend.resourcesType==0?0:1}}" bind:openComment="openComment"
|
|
|
+ bind:setListFans="setListFans" bind:playAudio="playAudio" bind:deleteVideo='deleteVideo'>
|
|
|
</videoPreview>
|
|
|
<Comment id="comment" tabBarPadding="{{tabBarPadding}}" bind:addCommentNum="addCommentNum" />
|
|
|
<canvas id='share' class="share" type="2d"> </canvas>
|