|
|
@ -154,9 +154,9 @@ |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height:{{16 + safeBottom}}rpx;"></view> |
|
|
<view style="height:{{16 + safeBottom}}rpx;"></view> |
|
|
<view style="height:120rpx;" wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42)}}"></view> |
|
|
|
|
|
|
|
|
<view style="height:120rpx;" wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42) && !agent}}"></view> |
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;" |
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;" |
|
|
wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42)}}"> |
|
|
|
|
|
|
|
|
wx:if="{{form && (form.status == 3 || form.status == 4 || form.status == 42) && !agent }}"> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="repeatOrder" wx:if="{{form.status == 3}}">重新过皮重</van-button> |
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="repeatOrder" wx:if="{{form.status == 3}}">重新过皮重</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="checkOrder" wx:if="{{form.status == 3}}">通过审核</van-button> |
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="checkOrder" wx:if="{{form.status == 3}}">通过审核</van-button> |
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 4}}">进行支付</van-button> |
|
|
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="paymentOrder" wx:if="{{form.status == 4}}">进行支付</van-button> |
|
|
|