- <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.label}}" name="{{item.key}}" wx:for='{{tabList}}' wx:key="index">
- <edu-loadmore isEmpty="{{rows.length == 0}}" isRefresh="{{isRefresh}}" isLoading="{{isLoading}}"
- isComplete="{{noMore}}">
- <edu-msg-card wx:for="{{rows}}" wx:key="index" msg="{{msg}}" background="{{background}}"
- wx:for-item="msg" bind:read="noticeRead"/>
- </edu-loadmore>
- </van-tab>
- </van-tabs>
- </view>
|