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