|
|
|
@ -11,21 +11,9 @@ |
|
|
|
</view> |
|
|
|
<view class="text-white" style="padding: 12rpx 0rpx 12rpx 12rpx" bindtap="eidtForm">修改订单</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.orderStatus == 4}}"> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" 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-center info_status" style="justify-content: flex-start;" wx:elif="{{form.orderStatus == 41}}"> |
|
|
|
<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-center info_status" style="justify-content: flex-start;" wx:elif="{{form.orderStatus == 42}}"> |
|
|
|
<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-center info_status" style="justify-content: flex-start;" wx:elif="{{form.orderStatus == 5}}"> |
|
|
|
<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 class="text-white text-sg" style="margin-left:12rpx">待定价</view> |
|
|
|
</view> |
|
|
|
<van-index-anchor index="订单信息" /> |
|
|
|
<van-cell clickable center> |
|
|
|
|