|
@@ -9,18 +9,17 @@
|
|
|
<!-- 滚动定位 -->
|
|
|
<view class="scrollBox {{isFixed?'isFixed':''}}" style="top:{{navBarHeight}}px;">
|
|
|
<!-- 一级分类区域 -->
|
|
|
- <scroll-view class="firstClassify" scroll-x="true" enhanced show-scrollbar="{{false}}">
|
|
|
+ <!-- <scroll-view class="firstClassify" scroll-x="true" enhanced show-scrollbar="{{false}}">
|
|
|
<view class="firstBox" wx:for="{{categoryList}}" wx:key="id" data-item='{{item}}'
|
|
|
bindtap="jumpChildClassify">
|
|
|
<image class="icon" src="{{item.icon}}" />
|
|
|
<view class="name">{{item.title}}</view>
|
|
|
</view>
|
|
|
- </scroll-view>
|
|
|
+ </scroll-view> -->
|
|
|
<!-- 展示类型选择 -->
|
|
|
<view class="selectType {{isFixed?'isFixed2':''}}" bindtap="selectType">
|
|
|
<view class="type {{currentType=='2'?'currentType':''}}" data-type='2'>排行榜</view>
|
|
|
<view class="type {{currentType=='3'?'currentType':''}}" data-type='3'>作品展播</view>
|
|
|
- <!-- <view class="type {{currentType=='1'?'currentType':''}}" data-type='1'>官方推荐</view> -->
|
|
|
<view class="type {{currentType=='1'?'currentType':''}}" data-type='1'>官方活动</view>
|
|
|
<view class="search" bindtap="jumpSearch">
|
|
|
<image src="/static/search.png" class="searchImg" />
|
|
@@ -35,6 +34,5 @@
|
|
|
<view hidden="{{currentType=='3'}}">
|
|
|
<activityList id="activityList" classify='{{currentType}}' />
|
|
|
</view>
|
|
|
- <!-- <authority worksList="{{list}}" wx:if="{{currentType=='1'}}" /> -->
|
|
|
</view>
|
|
|
<canvas id='share' type="2d"> </canvas>
|