index.wxml 672 B

123456789101112131415161718
  1. <import src="index.skeleton.wxml" />
  2. <template is="skeleton" wx:if="{{loading}}" />
  3. <Yl_HeadNav styleType="1" sort='{{content.sort}}' placeholder='搜索' bindonSearch="onSearch" />
  4. <van-tabs active="{{ active }}" color='var(--assist)' title-active-color='var(--assist)' bind:change="tabsChange">
  5. <van-tab title="全部" />
  6. <van-tab title="新建" />
  7. <van-tab title="提交" />
  8. <van-tab title="审核" />
  9. <van-tab title="关闭" />
  10. </van-tabs>
  11. <view class="tips">
  12. 共计{{content.total}}单,合计¥{{amount}}
  13. </view>
  14. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  15. <List list="{{list}}" />
  16. </Yl_ListBox>
  17. <Yl_FloatingButton bindtap="add" />