index.wxml 562 B

1234567891011
  1. <van-tabs id='tabs' wx:if="{{tabshow}}" active="{{ content.type }}" color='var(--assist)' tab-active-class='tab-active-class' bind:change="tabChange">
  2. <van-tab title="应用消息" name='应用' />
  3. <van-tab title="系统消息" name='系统' />
  4. </van-tabs>
  5. <Yl_ListBox id="ListBox" height="{{height}}" bind:getlist='getlist'>
  6. <view class="unread">总共{{total}}条</view>
  7. <list list="{{list}}" />
  8. <Yl_Empty wx:if="{{!list.length}}" />
  9. <view style="height: 180rpx;" />
  10. </Yl_ListBox>
  11. <wxs module="type" src='./modules/determineType.wxs' />