- <view class="container">
- <van-tabs active="{{ active }}" bind:change="onChange" line-width="60rpx" line-height="5rpx" color='#FF4330'
- title-active-color="#FF4330" title-inactive-color="#666" sticky>
- <van-tab title="{{item}}" wx:for="{{tabsList}}" wx:key="index">
- <edu-line size="20rpx"/>
- <edu-loadmore isEmpty="{{rows.length == 0}}" isRefresh="{{isRefresh}}" isLoading="{{isLoading}}"
- isComplete="{{noMore}}">
- <recommand-card wx:for="{{rows}}" wx:key="index" bind:tap='toNewsDetail' data-id='{{item.teamId}}'
- item="{{item}}" isComplete="{{isComplete}}"></recommand-card>
- </edu-loadmore>
- </van-tab>
- </van-tabs>
- </view>
|