Merge branch 'feature/food-setting' into 'release/6.8.3'
全球购商品详情页兼容 See merge request !399
Showing
2 changed files
with
2 additions
and
1 deletions
@@ -353,6 +353,7 @@ function getGlobalProductDetailData(skn, channelNum, channel) { | @@ -353,6 +353,7 @@ function getGlobalProductDetailData(skn, channelNum, channel) { | ||
353 | }); | 353 | }); |
354 | 354 | ||
355 | detailInfo.colors = colors; | 355 | detailInfo.colors = colors; |
356 | + detailInfo.skuTitle = '尺码'; | ||
356 | _.set(detailInfo, 'bundle.count', 1); // 设置默认数量为1 | 357 | _.set(detailInfo, 'bundle.count', 1); // 设置默认数量为1 |
357 | } | 358 | } |
358 | } | 359 | } |
1 | 1 | ||
2 | <div class="chose-size row clearfix"> | 2 | <div class="chose-size row clearfix"> |
3 | - <span class="title pull-left"><i class="sku-label">{{skuTitle || '尺码'}}</i>:</span> | 3 | + <span class="title pull-left"><i class="sku-label">{{skuTitle}}</i>:</span> |
4 | 4 | ||
5 | <div id="sizes" class="size-wrapper pull-left"> | 5 | <div id="sizes" class="size-wrapper pull-left"> |
6 | {{#each colors}} | 6 | {{#each colors}} |
-
Please register or login to post a comment