Authored by yyq

bundle count

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