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