Authored by 郝肖肖

Merge branch 'feature/orderShare' into release/5.8

... ... @@ -46,7 +46,7 @@ const setDetailGoods = (list) => {
_.forEach(list, value => {
goods = {
href: getProductUrlBySkc(value.product_id, value.goods_id, ''),
href: getProductUrlBySkc(value.product_skn),
thumb: helpers.image(value.goods_image, 60, 60),
name: value.product_name || '',
color: value.color_name,
... ...