...
|
...
|
@@ -403,7 +403,11 @@ const processArticleDetail = (articleContent, isApp, gender, isWeixin, isqq, isW |
|
|
let cover = _.get(item, 'cover', '');
|
|
|
|
|
|
_.forEach(_.get(item, 'list', []), item2 => {
|
|
|
allgoods += _.get(item2, 'id', '') + ',';
|
|
|
let goodId = _.get(item2, 'id');
|
|
|
|
|
|
if (goodId) {
|
|
|
allgoods += goodId + ',';
|
|
|
}
|
|
|
});
|
|
|
|
|
|
collocation.push({
|
...
|
...
|
|