|
|
@@ -644,8 +644,8 @@ export default {
|
|
|
|
|
|
if(platform == 'fengniao'){
|
|
|
getCancelReason({hdOrderId: orderId, platform: deliveryId}).then(res => {
|
|
|
- if (res.code == 1 && res.data && res.data.code == 0) {
|
|
|
- this.cancelReasonList = res.data.data.reasonList;
|
|
|
+ if (res.code == 1 && res.data) {
|
|
|
+ this.cancelReasonList = res.data.reasonList;
|
|
|
this.currentExpressInfo = { orderId, deliveryId };
|
|
|
this.selectedCancelReasonCode = null;
|
|
|
this.otherCancelReason = '';
|