Authored by yyq

报错修复

... ... @@ -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
)
};
... ...
... ... @@ -72,7 +72,7 @@ const _signboard = data => {
});
return {
title: result[0].title || '',
title: '',
list: result
};
};
... ...