Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,7 +25,7 @@ $('.address-item').on('touchend', function() { | @@ -25,7 +25,7 @@ $('.address-item').on('touchend', function() { | ||
25 | 25 | ||
26 | orderInfo('addressId', addressId); | 26 | orderInfo('addressId', addressId); |
27 | orderInfo('address', address); | 27 | orderInfo('address', address); |
28 | -}).on('touchend', '.edit', function() { | 28 | +}).on('touchstart', '.edit', function() { |
29 | window.location.href = $(this).data('href'); | 29 | window.location.href = $(this).data('href'); |
30 | return false; | 30 | return false; |
31 | }).on('touchstart', '.del', function() { | 31 | }).on('touchstart', '.del', function() { |
-
Please register or login to post a comment