mycollection.wxml 1.3 KB

12345678910111213141516171819
  1. <view class='my-collection'>
  2. <!-- <view class='collection-article' wx:for="{{ collection_data }}" wx:key="{{ index }}" bindtap='toClass' data-targetCode="{{item.targetCode}}" data-title='{{ item.userRead.title }}'>
  3. <view class='video-preview'>
  4. <image src='{{ item.userRead.iconImg }}'></image>
  5. </view>
  6. <view class='content-title'>
  7. {{ item.userRead.title }}
  8. </view>
  9. <view class='content-detail'>
  10. <view class='left'>{{ item.userRead.summary }}</view>
  11. </view>
  12. </view> -->
  13. <VideoSwiper wx:if="{{videoList.length > 0}}" class="video-swiper" video-list="{{videoList}}" nextMargin="{{nextMargin}}" isSwiper="{{isSwiper}}" ifHeadTap="{{true}}" bindopenComment="openComment" bindheadTap="headTapHandler" bindgoToReading="goToReading" binddelHideMyWork="delHideMyWork" bindchange="videoChange" />
  14. <!-- <myPlacerholder line1="{{line1}}" line2="{{line2}}" wx:if="{{collection_data.length <= 0}}" /> -->
  15. <view class="comment_section" catchtouchmove="commentTouchMove" catchtap="commentTap" data-type="blank" wx:if="{{commentShow}}">
  16. <Comment data-type="list" commentId="{{commentId}}" commentNum="{{commentNum}}" inputValue="{{inputValue}}" bindsendReply="sendReply" />
  17. </view>
  18. </view>
  19. <canvas canvas-id="myCanvas" style="width:300px; height: 525px; position: absolute; left: -999rpx; top: -9999rpx;"></canvas>