...
|
...
|
@@ -519,9 +519,8 @@ const getOrderExchange = (orderCode, uid) => { |
|
|
remarks = _.split(_.get(result, 'data.special_notice.remark', ''), ' ', 2); // 使用3个空格拆分
|
|
|
|
|
|
_.forEach(_.get(result, 'data.goods_list', []), value => {
|
|
|
let cnAlphabet = value.cn_alphabet || 'cnalphabet';
|
|
|
let item = {
|
|
|
href: getProductUrlBySkc(value.product_skn, value.goods_id, cnAlphabet),
|
|
|
href: getProductUrlBySkc(value.product_skn),
|
|
|
thumb: helpers.image(value.goods_image, 60, 60),
|
|
|
name: value.product_name,
|
|
|
color: value.color_name,
|
...
|
...
|
|