Merge branch 'feature/newGolbal' into release/5.6
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment