...
|
...
|
@@ -56,8 +56,8 @@ const indexAsync = pid => { |
|
|
marketPrice: cur.product.productPriceBo.formatMarketPrice,
|
|
|
productName: cur.product.productName,
|
|
|
href: helpers.getUrlBySkc(
|
|
|
_.head(goods.goodsImagesList).productId,
|
|
|
_.head(goods.goodsImagesList).goodsId,
|
|
|
_.get(goods, 'goodsImagesList[0].productId', ''),
|
|
|
_.get(goods, 'goodsImagesList[0].goodsId', ''),
|
|
|
cur.product.cnAlphabet
|
|
|
)
|
|
|
};
|
...
|
...
|
|