Authored by 郝肖肖

收藏 套餐

... ... @@ -377,8 +377,7 @@ Cart = {
var poolId = $item.data('pool-id');
var batchNo = $item.data('batch-no');
if (!$chk.hasClass('cart-item-checked') || !$item.data('id') ||
$item.find('.pay-pro').hasClass('is-check')) {
if (!$chk.hasClass('cart-item-checked') || $item.find('.pay-pro').hasClass('is-check')) {
return true;
}
... ... @@ -396,7 +395,7 @@ Cart = {
promotion_id: $(this).data('promotionid') || 0
});
});
} else {
} else if ($item.data('id')) {
selectArray.push({
product_sku: $item.data('id'),
buy_number: $item.data('productnum'),
... ...