|
@@ -22,7 +22,6 @@
|
|
|
<view class="type {{currentType=='7'?'currentType':''}}" data-type='7'>排行榜</view>
|
|
|
<view class="type {{currentType=='2'?'currentType':''}}" data-type='2'>作品展播</view>
|
|
|
<view class="type {{currentType=='1'?'currentType':''}}" data-type='1'>官方推荐</view>
|
|
|
-
|
|
|
<view class="search" bindtap="jumpSearch">
|
|
|
<image src="/static/search.png" class="searchImg" />
|
|
|
</view>
|
|
@@ -31,7 +30,8 @@
|
|
|
<!-- 当一级分类固定定位时占位用的元素 -->
|
|
|
<view class="{{isFixed?'brace':''}}" />
|
|
|
<!-- 优秀作品展播及官方推荐列表组件 -->
|
|
|
- <worksList id="worksList" wx:if="{{currentType!='7'}}" worksList="{{list}}" videoType="public" tabBarPadding='true' />
|
|
|
+ <worksList id="worksList" wx:if="{{currentType=='2'}}" worksList="{{list}}" videoType="public" tabBarPadding='true' />
|
|
|
<activityList classify='2' wx:if="{{currentType=='7'}}" />
|
|
|
+ <authority worksList="{{list}}" wx:if="{{currentType=='1'}}" />
|
|
|
</view>
|
|
|
<canvas id='share' type="2d"> </canvas>
|