Authored by htoooth

fix

... ... @@ -1319,7 +1319,7 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
}
// 量贩商品
if (bundle) {
if (bundle && !_.isEmpty(_.get(bundle, 'data', {}))) {
result.bundle = _getBundleAsync(bundle);
result.activity.unshift({
... ...