|
|
|
@ -11,11 +11,11 @@ |
|
|
|
</view> |
|
|
|
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx" bindtap="eidtForm" wx:if="{{admin}}">修改订单</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.orderStatus == 1}}"> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" bindtap="orderLogger" wx:elif="{{form.orderStatus == 1}}"> |
|
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
|
<view class="text-white text-sg" style="margin-left:12rpx">待定价</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify info_status" wx:elif="{{form.orderStatus == 3}}"> |
|
|
|
<view class="flex flex-justify info_status" wx:elif="{{form.orderStatus == 3}}" bindtap="orderLogger"> |
|
|
|
<view class="flex"> |
|
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image> |
|
|
|
<view class="text-white text-sg" style="margin-left:12rpx">待过磅审核</view> |
|
|
|
|