Showing
1 changed file
with
1 additions
and
6 deletions
@@ -13,8 +13,7 @@ var chosePanel = require('./chose-panel'); | @@ -13,8 +13,7 @@ var chosePanel = require('./chose-panel'); | ||
13 | var $cartContent = $('.cart-content'); | 13 | var $cartContent = $('.cart-content'); |
14 | 14 | ||
15 | var navHammer, | 15 | var navHammer, |
16 | - cartType = 'ordinary', | ||
17 | - cartInfo; | 16 | + cartType = 'ordinary'; |
18 | 17 | ||
19 | require('./good'); | 18 | require('./good'); |
20 | 19 | ||
@@ -69,7 +68,3 @@ $('.chose').on('touchend', function() { | @@ -69,7 +68,3 @@ $('.chose').on('touchend', function() { | ||
69 | //var id = $(this).closest('.gift-advance-good').data('id'); | 68 | //var id = $(this).closest('.gift-advance-good').data('id'); |
70 | chosePanel.show(); | 69 | chosePanel.show(); |
71 | }); | 70 | }); |
72 | - | ||
73 | - | ||
74 | - | ||
75 | -cartInfo = 0; |
-
Please register or login to post a comment