You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

46 lines
1.9 KiB

<view class='topTabSwiper'>
<view class='tab {{currentData == 0 ? "tabBorer" : ""}}' data-current="0" bindtap='checkCurrent'>未审核</view>
<view class='tab {{currentData == 1 ? "tabBorer" : ""}}' data-current="1" bindtap='checkCurrent'>已审核</view>
</view>
<swiper current="{{currentData}}" class='swiper-box' style="height:{{winHeight - 45}}px" duration="300" bindchange="bindchange">
<swiper-item catchtap='siliaohaoyong' class="swiper-items1">
<scroll-view scroll-y="true" class='scroll-views'>
<view class='yonghu1' catchtap='orderDetails' wx:for="{{list}}" wx:key="item" data-Id="{{item.ID}}" data-Date="{{item.Date}}">
<view class='view1'>莱西养护:
<text class='text1'>{{item.Customer_Name}}</text>
</view>
<view class='view2'>¥
<text class='text2'>{{item.Money}}</text>
</view>
<view class='view3'>NO:
<text class='text3'>{{item.ID}}</text>
</view>
<view class='view4'>出库日期:
<text class='text4'>{{item.LoadTime}}</text>
</view>
</view>
<!-- </view> -->
<button bindtap='jiazai'>点击加载更多</button>
</scroll-view>
</swiper-item>
<swiper-item class="swiper-items2">
<scroll-view scroll-y="true" class='scroll-views'>
<view class='yonghu1' catchtap='orderDetails' wx:for="{{list1}}" wx:key="item" data-Id="{{item.ID}}" data-Date="{{item.Date}}">
<view class='view1'>莱西养护:
<text class='text1'>{{item.Customer_Name}}</text>
</view>
<view class='view2'>¥
<text class='text2'>{{item.Money}}</text>
</view>
<view class='view3'>NO:
<text class='text3'>{{item.ID}}</text>
</view>
<view class='view4'>出库日期:
<text class='text4'>{{item.LoadTime}}</text>
</view>
</view>
</scroll-view>
</swiper-item>
</swiper>