|
|
|
@ -1431,7 +1431,7 @@ |
|
|
|
this.refundTypeStatus = 2 |
|
|
|
this.sellTime = 3 |
|
|
|
} |
|
|
|
if(this.orderDetail.deliveryInfo){ |
|
|
|
if(this.orderDetail.deliveryInfo && this.orderDetail.deliveryInfo.arriveTime){ |
|
|
|
this.arriveTime = this.orderDetail.deliveryInfo.arriveTime ? this.formatTimeText(this.orderDetail.deliveryInfo.arriveTime) : '未到店' |
|
|
|
} |
|
|
|
if (this.payData.shopMakeTime != null) { |
|
|
|
|