|
@@ -357,7 +357,7 @@ const getRefundDetail = (applyId, uid) => { |
|
@@ -357,7 +357,7 @@ const getRefundDetail = (applyId, uid) => { |
357
|
id: _.get(data, 'notice.express_id', ''),
|
357
|
id: _.get(data, 'notice.express_id', ''),
|
358
|
company: _.get(data, 'notice.express_company', ''),
|
358
|
company: _.get(data, 'notice.express_company', ''),
|
359
|
number: _.get(data, 'notice.express_number', ''),
|
359
|
number: _.get(data, 'notice.express_number', ''),
|
360
|
- title: _.get(data, 'notice.title', '请填写寄回快递单号,以便我们查询')
|
360
|
+ title: _.get(data, 'notice.title', '')
|
361
|
};
|
361
|
};
|
362
|
}
|
362
|
}
|
363
|
|
363
|
|
|
@@ -418,7 +418,7 @@ const getChangeDetail = (applyId, uid) => { |
|
@@ -418,7 +418,7 @@ const getChangeDetail = (applyId, uid) => { |
418
|
company: _.get(data, 'notice.express_company', ''),
|
418
|
company: _.get(data, 'notice.express_company', ''),
|
419
|
number: _.get(data, 'notice.express_number', ''),
|
419
|
number: _.get(data, 'notice.express_number', ''),
|
420
|
expressDeadLine: _.get(data, 'notice.date', ''),
|
420
|
expressDeadLine: _.get(data, 'notice.date', ''),
|
421
|
- title: _.get(data, 'notice.title', '请填写寄回快递单号,以便我们查询')
|
421
|
+ title: _.get(data, 'notice.title', '')
|
422
|
};
|
422
|
};
|
423
|
}
|
423
|
}
|
424
|
|
424
|
|