|
|
|
@ -7,12 +7,12 @@ |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<view wx:if="{{form}}"> |
|
|
|
<view class="flex flex-justify info_status" wx:if="{{form.orderStatus == 3}}"> |
|
|
|
<view class="flex flex-justify info_status" wx:if="{{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> |
|
|
|
</view> |
|
|
|
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx" bindtap="checkForm">重新定价</view> |
|
|
|
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx">查看订单日志</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify info_status" bindtap="orderLogger" wx:else> |
|
|
|
<view class="flex flex-center" wx:if="{{form.orderStatus == 4}}"> |
|
|
|
|