Showing
1 changed file
with
1 additions
and
2 deletions
@@ -519,9 +519,8 @@ const getOrderExchange = (orderCode, uid) => { | @@ -519,9 +519,8 @@ const getOrderExchange = (orderCode, uid) => { | ||
519 | remarks = _.split(_.get(result, 'data.special_notice.remark', ''), ' ', 2); // 使用3个空格拆分 | 519 | remarks = _.split(_.get(result, 'data.special_notice.remark', ''), ' ', 2); // 使用3个空格拆分 |
520 | 520 | ||
521 | _.forEach(_.get(result, 'data.goods_list', []), value => { | 521 | _.forEach(_.get(result, 'data.goods_list', []), value => { |
522 | - let cnAlphabet = value.cn_alphabet || 'cnalphabet'; | ||
523 | let item = { | 522 | let item = { |
524 | - href: getProductUrlBySkc(value.product_skn, value.goods_id, cnAlphabet), | 523 | + href: getProductUrlBySkc(value.product_skn), |
525 | thumb: helpers.image(value.goods_image, 60, 60), | 524 | thumb: helpers.image(value.goods_image, 60, 60), |
526 | name: value.product_name, | 525 | name: value.product_name, |
527 | color: value.color_name, | 526 | color: value.color_name, |
-
Please register or login to post a comment