Merge remote-tracking branch 'origin/hotfix/guang'
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -108,8 +108,8 @@ const _pageArticleContent = (articleContent, isApp, gender) => { | @@ -108,8 +108,8 @@ const _pageArticleContent = (articleContent, isApp, gender) => { | ||
108 | if (ii < len2) { | 108 | if (ii < len2) { |
109 | let goods = art.goodsGroup.data[ii]; | 109 | let goods = art.goodsGroup.data[ii]; |
110 | let good = { | 110 | let good = { |
111 | - thumb: helpers.image(goods.cover.cover, 235, 314), | ||
112 | - type: guangProcess.getProductIcon(goods.cover.maxSortId), | 111 | + thumb: goods.cover ? helpers.image(goods.cover.cover, 235, 314) : '', |
112 | + type: goods.cover ? guangProcess.getProductIcon(goods.cover.maxSortId) : '', | ||
113 | goods: [] | 113 | goods: [] |
114 | }; | 114 | }; |
115 | let skns = []; | 115 | let skns = []; |
-
Please register or login to post a comment