|
|
|
@ -78,20 +78,25 @@ |
|
|
|
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" disable="{{requesting}}" padding="{{12}}" line-height="{{3}}" bind:change="onTabChange"></wux-tabi> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<wux-skeleton active wx:if="{{!orderList.length}}"> |
|
|
|
<wux-skeleton active wx:if="{{requesting}}"> |
|
|
|
<view class="flex bg-white" style="padding: 24rpx"> |
|
|
|
<wux-skeleton-paragraph rounded rows="10" wux-class="case3-class" /> |
|
|
|
</view> |
|
|
|
</wux-skeleton> |
|
|
|
<view wx:for="{{orderList}}" wx:key="index"> |
|
|
|
<view class="bg-white" style="padding: 0rpx 32rpx" wx:if="{{index != 0 }}"> |
|
|
|
<wux-divider show-text="{{ false }}"></wux-divider> |
|
|
|
<view wx:elif="{{orderList.length}}"> |
|
|
|
<view wx:for="{{orderList}}" wx:key="index"> |
|
|
|
<view class="bg-white" style="padding: 0rpx 32rpx" wx:if="{{index != 0 }}"> |
|
|
|
<wux-divider show-text="{{ false }}"></wux-divider> |
|
|
|
</view> |
|
|
|
<information-item item="{{item}}"></information-item> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center" style="padding: 24rpx;"> |
|
|
|
<wux-button id="moment" outline type="stable" size="small" bind:click="gridTap">查看更多行情</wux-button> |
|
|
|
</view> |
|
|
|
<information-item item="{{item}}"></information-item> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center" style="padding: 24rpx;" wx:if="{{orderList.length}}"> |
|
|
|
<wux-button id="moment" outline type="stable" size="small" bind:click="gridTap">查看更多行情</wux-button> |
|
|
|
<view class="bg-white list-empty" style="height: 480rpx;margin-bottom: 24rpx;border-radius: 0rpx 0rpx 24rpx 24rpx" wx:else> |
|
|
|
<image class="img-empty" src="/assets/image/list_empty.png"></image> |
|
|
|
<view class="text-empty">暂无数据</view> |
|
|
|
</view> |
|
|
|
<view style="height: 24rpx;" wx:else></view> |
|
|
|
|
|
|
|
</scroll-view> |