- <navigationBar bind:reload='requestAgain'></navigationBar>
- <view class="resourceBox">
- <scroll-view class="firstClassify" style="top:{{navBarHeight}}px" 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>
- <view class="resourceBox">
- <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>
- </view>
|