|
@@ -20,7 +20,7 @@
|
|
|
<view class="bills-info_box content-box" v-if="detailInfo.fhWlNo && !$util.isEmpty(detailInfo.fhWlNo)">
|
|
<view class="bills-info_box content-box" v-if="detailInfo.fhWlNo && !$util.isEmpty(detailInfo.fhWlNo)">
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
|
<view>发货状态:</view>
|
|
<view>发货状态:</view>
|
|
|
- <view style="color:green;font-weight:bold;font-size:30upx;">待收货</view>
|
|
|
|
|
|
|
+ <view style="color:green;font-weight:bold;font-size:30upx;">配送中</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order-info_box" v-if="detailInfo.fhType == 1">
|
|
<view class="order-info_box" v-if="detailInfo.fhType == 1">
|
|
|
<view>物流名称:</view>
|
|
<view>物流名称:</view>
|
|
@@ -115,7 +115,7 @@
|
|
|
<block v-if="detailInfo.status==5">
|
|
<block v-if="detailInfo.status==5">
|
|
|
<view style="color:red;font-size:30upx;font-weight:bold;">已取消</view>
|
|
<view style="color:red;font-size:30upx;font-weight:bold;">已取消</view>
|
|
|
</block>
|
|
</block>
|
|
|
- <view v-else>{{ detailInfo.status==1?'待付款' :detailInfo.status==2?'待发货' :detailInfo.status==3?'待收货' :detailInfo.status==4?'已完成' :detailInfo.status==5?'已取消' :'待付款' }}</view>
|
|
|
|
|
|
|
+ <view v-else>{{ detailInfo.status==1?'待付款' :detailInfo.status==2?'待发货' :detailInfo.status==3?'配送中' :detailInfo.status==4?'已完成' :detailInfo.status==5?'已取消' :'待付款' }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="detailInfo.refundLog && detailInfo.refundLog == 1" class="order-info_box">
|
|
<view v-if="detailInfo.refundLog && detailInfo.refundLog == 1" class="order-info_box">
|