|
|
@ -15,7 +15,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 4}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 4}}"> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
<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> |
|
|
</view> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 41}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 41}}"> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
@ -23,7 +23,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 42}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 42}}"> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
<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> |
|
|
</view> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 5}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 5}}"> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
|