...
|
...
|
@@ -60,7 +60,6 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { |
|
|
goodInfo.hasPromotion = promotion;
|
|
|
goodInfo.buy_number = $good.find('.count').eq(0).text().trim().replace('×', '');
|
|
|
goodsList.push(new GoodInfo(goodInfo));
|
|
|
console.log(goodInfo);
|
|
|
$.ajax({
|
|
|
type: 'post',
|
|
|
url: 'select',
|
...
|
...
|
|