|
|
|
@ -1,10 +1,9 @@ |
|
|
|
<!--pages/agent/index/index.wxml--> |
|
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
|
|
|
|
|
<view class="nav bg-white fixed" style="top:{{CustomBar}}px;height:90rpx;" wx:if="{{tabList.length}}"> |
|
|
|
<view class="bg-white" style="height: 90rpx;"> |
|
|
|
<wux-tabi scroll="{{scrolled}}" tab-data="{{tabList}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi> |
|
|
|
</view> |
|
|
|
<view class="bg-white" style="height:90rpx;width:100%"></view> |
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchPapersList"> |
|
|
|
<view class="bg-white list-empty" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
|
|