...
|
...
|
@@ -103,7 +103,7 @@ const getUserReturn = (uid, page) => { |
|
|
|
|
|
item.order_goods.forEach(good => {
|
|
|
let cnAlphabet = good.cn_alphabet ? good.cn_alphabet : '';
|
|
|
|
|
|
|
|
|
good.hidePrice = true;
|
|
|
good.goodUrl = helpers.urlFormat(`/product/pro_${good.product_id}_${good.goods_id}/${cnAlphabet}.html`); // eslint-disable-line
|
|
|
});
|
...
|
...
|
|