|
|
|
@ -26,8 +26,8 @@ |
|
|
|
<view class="flex flex-center"> |
|
|
|
<van-icon name="/assets/image/icon-logoc.png" size="56rpx"/> |
|
|
|
<view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 480rpx;"> |
|
|
|
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text> |
|
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
|
<text style="margin-left:24rpx;text-align: center;line-height: 18px;">{{item.factoryCustomerName}}</text> |
|
|
|
<text style="text-align: center;line-height: 18px;" wx:if="{{item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="text-df" style="color:#FA541C" wx:if="{{item.orderStatus == 0}}">待收货</view> |
|
|
|
|