Showing
1 changed file
with
1 additions
and
1 deletions
@@ -103,7 +103,7 @@ const getUserReturn = (uid, page) => { | @@ -103,7 +103,7 @@ const getUserReturn = (uid, page) => { | ||
103 | 103 | ||
104 | item.order_goods.forEach(good => { | 104 | item.order_goods.forEach(good => { |
105 | let cnAlphabet = good.cn_alphabet ? good.cn_alphabet : ''; | 105 | let cnAlphabet = good.cn_alphabet ? good.cn_alphabet : ''; |
106 | - | 106 | + |
107 | good.hidePrice = true; | 107 | good.hidePrice = true; |
108 | good.goodUrl = helpers.urlFormat(`/product/pro_${good.product_id}_${good.goods_id}/${cnAlphabet}.html`); // eslint-disable-line | 108 | good.goodUrl = helpers.urlFormat(`/product/pro_${good.product_id}_${good.goods_id}/${cnAlphabet}.html`); // eslint-disable-line |
109 | }); | 109 | }); |
-
Please register or login to post a comment