|
@@ -1,13 +1,19 @@
|
|
<navigationBar bind:reload='resetData'></navigationBar>
|
|
<navigationBar bind:reload='resetData'></navigationBar>
|
|
<view class="resourceBox">
|
|
<view class="resourceBox">
|
|
- <scroll-view class="firstClassify {{isFixed?'isFixed isFixed2':''}}" scroll-x="true" enhanced
|
|
+ <!-- <scroll-view class="firstClassify {{isFixed?'isFixed isFixed2':''}}" scroll-x="true" enhanced
|
|
show-scrollbar="{{false}}">
|
|
show-scrollbar="{{false}}">
|
|
<view class="firstBox" wx:for="{{categoryList}}" wx:key="id" data-item='{{item}}' bindtap="jumpChildClassify">
|
|
<view class="firstBox" wx:for="{{categoryList}}" wx:key="id" data-item='{{item}}' bindtap="jumpChildClassify">
|
|
<image class="icon" src="{{item.icon}}" />
|
|
<image class="icon" src="{{item.icon}}" />
|
|
<view class="name">{{item.title}}</view>
|
|
<view class="name">{{item.title}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ </scroll-view> -->
|
|
|
|
+ <scroll-view class="firstClassify {{isFixed?'isFixed isFixed2':''}}" 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>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
<authority wx:if="{{listOptions.sortList[0]=='recommendReadList'}}" worksList="{{listOptions.recommendReadList}}" />
|
|
<authority wx:if="{{listOptions.sortList[0]=='recommendReadList'}}" worksList="{{listOptions.recommendReadList}}" />
|
|
- <activityList classify='3' dataList='{{listOptions.activityList}}'/>
|
|
+ <activityList classify='3' dataList='{{listOptions.activityList}}' />
|
|
<authority wx:if="{{listOptions.sortList[1]=='recommendReadList'}}" worksList="{{listOptions.recommendReadList}}" />
|
|
<authority wx:if="{{listOptions.sortList[1]=='recommendReadList'}}" worksList="{{listOptions.recommendReadList}}" />
|
|
</view>
|
|
</view>
|