Authored by 王水玲

Merge branch 'feature/food-setting' into 'release/6.8.3'

全球购商品详情页兼容



See merge request !399
... ... @@ -353,6 +353,7 @@ function getGlobalProductDetailData(skn, channelNum, channel) {
});
detailInfo.colors = colors;
detailInfo.skuTitle = '尺码';
_.set(detailInfo, 'bundle.count', 1); // 设置默认数量为1
}
}
... ...
<div class="chose-size row clearfix">
<span class="title pull-left"><i class="sku-label">{{skuTitle || '尺码'}}</i></span>
<span class="title pull-left"><i class="sku-label">{{skuTitle}}</i></span>
<div id="sizes" class="size-wrapper pull-left">
{{#each colors}}
... ...