- <view class="worksBox">
- <!-- 作品列表 -->
- <canvas id='share' type="2d"> </canvas>
- <block wx:if="{{list.length>0}}">
- <videoPreview wx:for="{{list}}" wx:key="index" videoInfo="{{item}}" index='{{index}}' currentId="{{currentId}}" data-id="{{item.userRead.id}}" bind:playVideo="playVideo" bind:changStatus="changStatus" bind:getList="getSelfRead" bind:openComment="openComment">
- </videoPreview>
- </block>
- <emptyBg wx:if="{{list.length==0}}" message='您还没有作品哦,赶快去发表吧!'></emptyBg>
- <view class="comment_section" catchtouchmove="touchMove" catchtap="commentTap" data-type="blank" wx:if="{{commentShow}}">
- <view class="comment_close" data-type='blank'>
- ×
- </view>
- <Comment commentId="{{commentId}}" bindsendReply="sendReply" />
- </view>
- </view>
|