Authored by yyq

Merge branch 'feature/newGolbal' into release/5.6

... ... @@ -290,6 +290,7 @@ const getGlobalProductDetailData = (skn, channelNum, channel) => {
});
detailInfo.colors = colors;
_.set(detailInfo, 'bundle.count', 1); // 设置默认数量为1
}
}
... ...