Authored by 毕凯

购物车全选

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