- <van-tabs wx:if="{{tabshow}}" active="{{ content.type }}" color='var(--assist)' tab-active-class='tab-active-class' bind:change="tabChange">
- <van-tab title="应用消息" name='应用' />
- <van-tab title="系统消息" name='系统' />
- </van-tabs>
- <view id='tabs' class="unread">
- <text>总共{{total}}条</text>
- <text bindtap="onAllRead">一键已读</text>
- </view>
- <Yl_ListBox id="ListBox" height="{{height}}" bind:getlist='getlist'>
- <list list="{{list}}" bindcallback="callback" />
- <Yl_Empty wx:if="{{!list.length}}" />
- <view style="height: 180rpx;" />
- </Yl_ListBox>
|