Authored by uedxwg

update

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