...
|
...
|
@@ -108,8 +108,8 @@ const _pageArticleContent = (articleContent, isApp, gender) => { |
|
|
if (ii < len2) {
|
|
|
let goods = art.goodsGroup.data[ii];
|
|
|
let good = {
|
|
|
thumb: helpers.image(goods.cover.cover, 235, 314),
|
|
|
type: guangProcess.getProductIcon(goods.cover.maxSortId),
|
|
|
thumb: goods.cover ? helpers.image(goods.cover.cover, 235, 314) : '',
|
|
|
type: goods.cover ? guangProcess.getProductIcon(goods.cover.maxSortId) : '',
|
|
|
goods: []
|
|
|
};
|
|
|
let skns = [];
|
...
|
...
|
|