index.wxml 881 B

123456789101112131415
  1. <navigationBar bind:reload='resetData'></navigationBar>
  2. <view class="worksBox">
  3. <!-- 轮播图 -->
  4. <banner classify='{{currentType}}' />
  5. <!-- 切换类型 -->
  6. <view class="selectType {{isFixed?'isFixed isFixed2':''}}" style="top:{{navBarHeight}}px;" bindtap="changeType">
  7. <view class="type {{currentType=='4'?'currentType':''}}" data-type='4'>关注作品</view>
  8. <view class="type {{currentType=='5'?'currentType':''}}" data-type='5'>我的作品</view>
  9. </view>
  10. <!-- 优秀作品展播及官方推荐列表组件 -->
  11. <worksList id="worksList" videoType="{{currentType=='4'?'follow':'my'}}" worksList="{{list}}" tabBarPadding='true'
  12. autoPlay='{{false}}' />
  13. <emptyBg wx:if="{{nullList}}" message="{{currentType=='4'?'您还没有关注的用户哦':'您还没有作品哦,赶快去发表吧'}}"></emptyBg>
  14. </view>
  15. <canvas id='share' type="2d"> </canvas>