Showing
1 changed file
with
1 additions
and
1 deletions
@@ -202,7 +202,7 @@ setTimeout(() => { | @@ -202,7 +202,7 @@ setTimeout(() => { | ||
202 | } | 202 | } |
203 | } | 203 | } |
204 | 204 | ||
205 | - $('#addtoCart, #ticketsToCart').on('touchstart', function() { | 205 | + $('#addtoCart, #ticketsToCart').on('click', function() { |
206 | let productCode = $('#limitProductCode').val(); | 206 | let productCode = $('#limitProductCode').val(); |
207 | let seckill = $('.seckill-time').length; | 207 | let seckill = $('.seckill-time').length; |
208 | 208 |
-
Please register or login to post a comment