|
|
|
@ -4,7 +4,11 @@ |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<view wx:if="{{form}}"> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{form.status == 3}}"> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{form.status == 2}}"> |
|
|
|
<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="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 3}}"> |
|
|
|
<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> |
|
|
|
|