|
|
@@ -755,8 +755,8 @@ export default {
|
|
|
cancelMyExpress(orderId, deliveryId) {
|
|
|
if(deliveryId == 'fengniao'){
|
|
|
getCancelReason({ghsOrderId: 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 = '';
|