Authored by 毕凯

购物车全选

@@ -285,6 +285,7 @@ function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) { @@ -285,6 +285,7 @@ function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) {
285 $good = $(good); 285 $good = $(good);
286 286
287 goodInfo.product_sku = $(good).data('id'); 287 goodInfo.product_sku = $(good).data('id');
  288 + goodInfo.hasPromotion = $(good).data('promotion');
288 goodInfo.buy_number = $good.find('.count').eq(0).text().trim().replace('×', ''); 289 goodInfo.buy_number = $good.find('.count').eq(0).text().trim().replace('×', '');
289 290
290 goodsList.push(new GoodInfo(goodInfo)); 291 goodsList.push(new GoodInfo(goodInfo));