index.wxml 1.0 KB

1234567891011121314151617181920212223
  1. <navigationBar bind:reload='requestAgain'></navigationBar>
  2. <view class="worksBox">
  3. <view class="itemize">
  4. <view class="box" bindtap="jump" data-type='my'>
  5. <image src="/static/works-1.png" class="img" />
  6. <view class="count">{{count.myReadCount}}</view>
  7. </view>
  8. <view class="box" bindtap="jump" data-type='follow'>
  9. <image src="/static/works-2.png" class="img" />
  10. <view class="count">{{count.myFansReadCount}}</view>
  11. </view>
  12. <view class="box" bindtap="jump" data-type='collect'>
  13. <image src="/static/works-3.png" class="img" />
  14. <view class="count">{{count.myFavoritesCount}}</view>
  15. </view>
  16. </view>
  17. <!-- 优秀作品展播-->
  18. <view class="logo">
  19. <!-- <image src="/static/works.png" class="icon" /> -->优秀作品展播
  20. </view>
  21. <worksList id="worksList" worksList="{{list}}" videoType="public" tabBarPadding='true' autoPlay='{{true}}' />
  22. </view>
  23. <canvas id='share' type="2d"> </canvas>