|
|
|
@ -23,7 +23,7 @@ |
|
|
|
<view style="height:24rpx;width:6rpx;background:#007AFF"></view> |
|
|
|
<view style="margin-left: 12rpx"> |
|
|
|
<text class="text-black text-sg text-bold">订单列表</text> |
|
|
|
<text class="text-gray text-sm" style="margin-left:18rpx">(共3笔订单)</text> |
|
|
|
<text class="text-gray text-sm" style="margin-left:18rpx">(共{{orderList.length}}笔订单)</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<van-cell clickable wx:for="{{ orderList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem"> |
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
<view style="flex:1;margin-left:16rpx"> |
|
|
|
<view class="flex flex-justify"> |
|
|
|
<view class="text-black text-lg">{{item.factoryCustomerName}} {{item.factoryCustomerMobile}}</view> |
|
|
|
<view class="text-sm text-gray">2021年2月22日</view> |
|
|
|
<view class="text-sm text-gray">{{item.bangTime}}</view> |
|
|
|
</view> |
|
|
|
<view class="text-sm text-gray" style="line-height:54rpx"> |
|
|
|
<text>废纸品类:{{item.productName}}</text> |
|
|
|
|