|
|
@ -1,15 +1,14 @@ |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<view slot="content" style="position: relative;"> |
|
|
<view slot="content" style="position: relative;"> |
|
|
<text>代卖订单</text> |
|
|
<text>代卖订单</text> |
|
|
<view style="position: absolute;right: 0px;top: 0px;padding: 0rpx 24rpx;" catchtap="searchOrder"> |
|
|
|
|
|
<text class="cuIcon-search text-blue"></text> |
|
|
|
|
|
|
|
|
<view style="position: absolute;right: 0px;top: 8rpx;padding: 0rpx 24rpx;" catchtap="searchOrder"> |
|
|
|
|
|
<image src="/assets/image/icon-search.png" style="height: 40rpx;width: 40rpx;"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
|
|
|
|
|
|
<view class="bg-white" style="height: 90rpx;border-bottom: 1rpx solid #f3f3f3;"> |
|
|
<view class="bg-white" style="height: 90rpx;border-bottom: 1rpx solid #f3f3f3;"> |
|
|
<wux-tabi scroll="{{true}}" tab-data="{{tabList}}" disable="{{requesting}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi> |
|
|
<wux-tabi scroll="{{true}}" tab-data="{{tabList}}" disable="{{requesting}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList"> |
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList"> |
|
|
|