Showing
1 changed file
with
2 additions
and
2 deletions
@@ -377,7 +377,7 @@ const getRefundDetail = (applyId, uid) => { | @@ -377,7 +377,7 @@ const getRefundDetail = (applyId, uid) => { | ||
377 | 377 | ||
378 | } | 378 | } |
379 | 379 | ||
380 | - if (result[1].data && resData.detail) { | 380 | + if (result[1].data && resData.detail && resData.detail.express) { |
381 | _.set(resData, 'detail.express.expressList', getExpressCompany(result[1].data)); | 381 | _.set(resData, 'detail.express.expressList', getExpressCompany(result[1].data)); |
382 | } | 382 | } |
383 | 383 | ||
@@ -438,7 +438,7 @@ const getChangeDetail = (applyId, uid) => { | @@ -438,7 +438,7 @@ const getChangeDetail = (applyId, uid) => { | ||
438 | 438 | ||
439 | } | 439 | } |
440 | 440 | ||
441 | - if (result[1].data && resData.detail) { | 441 | + if (result[1].data && resData.detail && resData.detail.expressList) { |
442 | _.set(resData, 'detail.express.expressList', getExpressCompany(result[1].data)); | 442 | _.set(resData, 'detail.express.expressList', getExpressCompany(result[1].data)); |
443 | } | 443 | } |
444 | 444 |
-
Please register or login to post a comment