...
|
...
|
@@ -525,7 +525,9 @@ const pushGoodsInfo = (finalDetail, goodsList, isApp) => { |
|
|
if (value.collocation) {
|
|
|
_.forEach(value.collocation, (item, subKey) => {
|
|
|
_.forEach(item.goods, (thItem, thKey) => {
|
|
|
finalDetail[key].collocation[subKey].goods[thKey] = goodsObj[thItem.id];
|
|
|
if (thItem) {
|
|
|
finalDetail[key].collocation[subKey].goods[thKey] = goodsObj[thItem.id];
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
}
|
...
|
...
|
|