index.wxml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <view class="DrawerPage {{modalName=='viewModal'?'show':''}}">
  2. <import src="index.skeleton.wxml" />
  3. <template is="skeleton" wx:if="{{loading}}" />
  4. <Yl_HeadNav styleType="1" sort='{{content.sort}}' placeholder='搜索' bindonSearch="onSearch" isFilter />
  5. <!-- <van-tabs active="{{ active }}" color='var(--assist)' title-active-color='var(--assist)' bind:change="tabsChange">
  6. <van-tab title="全部" />
  7. <van-tab title="新建" />
  8. <van-tab title="提交" />
  9. <van-tab title="审核" />
  10. <van-tab title="复核" />
  11. </van-tabs> -->
  12. <view class="tab" />
  13. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  14. <view style="height: 20rpx;" />
  15. <List list="{{list}}" userrole="{{userrole}}" />
  16. <view style="height: 20px;" />
  17. </Yl_ListBox>
  18. </view>
  19. <view class="DrawerClose {{modalName=='viewModal'?'show':''}}" bindtap="hideModal">
  20. <text class="cuIcon-pullright"></text>
  21. </view>
  22. <scroll-view scroll-y class="DrawerWindow {{modalName=='viewModal'?'show':''}}">
  23. <view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg bg-white">
  24. <Filtrate list='{{filtratelist}}' bindhandle='handleFiltrate' />
  25. </view>
  26. <view style="height: 200rpx;" />
  27. </scroll-view>