Authored by 周少峰

Merge branch 'hotfix/colorName'

... ... @@ -367,7 +367,7 @@ const getOrders = (uid, page, limit, type, isPage)=> {
newGood.href = helpers.getUrlBySkc(good.product_id, good.goods_id, good.cn_alphabet);
newGood.thumb = helpers.image(good.goods_image, 100, 100);
newGood.name = good.product_name;
newGood.color = good.color_name;
newGood.color = good.factory_color_name;
newGood.size = good.size_name;
newGood.price = good.goods_price;
... ...