Authored by yyq

Merge branch 'feature/newGolbal' into release/5.6

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