Authored by hongweigao

Merge branch 'feature/new-product-detail' of http://git.yoho.cn/fe/yohobuy-node

…into feature/new-product-detail
... ... @@ -1388,6 +1388,12 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
_.each(result.colors, (color) => {
color.disable = !Fn.any(isSelling)(color.size);
});
} else {
// 普通商品
result.bundle = {
count: 1,
type: 0
};
}
// 电子票
... ...