- <import src="index.skeleton.wxml" />
- <template is="skeleton" wx:if="{{loading}}" />
- <Yl_HeadNav styleType="1" sort='{{content.sort}}' placeholder="{{language['搜索']||'搜索'}}" bindonSearch="onSearch" />
- <van-tabs active="{{ active }}" color='var(--assist)' title-active-color='var(--assist)' bind:change="tabsChange">
- <van-tab title="{{language['新建']||'新建'}}" name='新建' />
- <van-tab title="{{language['提交']||'提交'}}" name='提交' />
- <van-tab title="{{language['审核']||'审核'}}" name='审核' />
- </van-tabs>
- <view class="total" style="height: 20rpx;" />
- <Yl_ListBox id='ListBox' bind:getlist='getList'>
- <List list="{{list}}" userrole='{{userrole}}' />
- </Yl_ListBox>
- <!-- 新建浮动按钮 -->
- <Yl_FloatingButton bindtap="toAdd" />
|