Authored by 郝肖肖

'退货物流提示'

@@ -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
@@ -30,7 +30,11 @@ @@ -30,7 +30,11 @@
30 {{/if}} 30 {{/if}}
31 <div class="detail-container"> 31 <div class="detail-container">
32 {{# express}} 32 {{# express}}
33 - <h2>{{title}}</h2> 33 + {{#if title}}
  34 + <h2>{{title}}</h2>
  35 + {{else}}
  36 + <h2>请填写寄回快递单号,以便我们查询</h2>
  37 + {{/if}}
34 <div class="courier-code{{#unless id}} in-edit{{/unless}}"> 38 <div class="courier-code{{#unless id}} in-edit{{/unless}}">
35 <ul style="display: none;"> 39 <ul style="display: none;">
36 {{# expressList}} 40 {{# expressList}}