- <navigationBar bind:reload='resetData'></navigationBar>
- <view class="resourceBox">
- <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 class="name">{{item.title}}</view>
- </view>
- </scroll-view>
- <authority wx:if="{{listOptions.sortList[0]=='recommendReadList'}}" worksList="{{listOptions.recommendReadList}}" />
- <activityList classify='3' dataList='{{listOptions.activityList}}'/>
- <authority wx:if="{{listOptions.sortList[1]=='recommendReadList'}}" worksList="{{listOptions.recommendReadList}}" />
- </view>
|