Showing
1 changed file
with
0 additions
and
1 deletions
@@ -60,7 +60,6 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | @@ -60,7 +60,6 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | ||
60 | goodInfo.hasPromotion = promotion; | 60 | goodInfo.hasPromotion = promotion; |
61 | goodInfo.buy_number = $good.find('.count').eq(0).text().trim().replace('×', ''); | 61 | goodInfo.buy_number = $good.find('.count').eq(0).text().trim().replace('×', ''); |
62 | goodsList.push(new GoodInfo(goodInfo)); | 62 | goodsList.push(new GoodInfo(goodInfo)); |
63 | - console.log(goodInfo); | ||
64 | $.ajax({ | 63 | $.ajax({ |
65 | type: 'post', | 64 | type: 'post', |
66 | url: 'select', | 65 | url: 'select', |
-
Please register or login to post a comment