Authored by 邱骏

预售商品增减时不显示预售提示

... ... @@ -478,7 +478,7 @@ Cart = {
if ($this.hasClass('disabled')) {
return;
}
console.log($btn[0]);
capi.cartItemNumChg($.extend(countJSON, {
sku: $item.data('id'),
batch_no: $item.data('batch-no'),
... ...
... ... @@ -140,7 +140,6 @@ function refreshCart(data) {
// checkbox提交ajax
function choiceOut(items) {
console.log(items);
var skuList = $.isArray(items) ? items : [items];
var hasPromotion = false;
... ...