Merge remote-tracking branch 'remotes/origin/develop/wap' into stable/wap
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ $('.address-item').on('touchend', function() { | @@ -27,7 +27,7 @@ $('.address-item').on('touchend', function() { | ||
27 | orderInfo('address', address); | 27 | orderInfo('address', address); |
28 | 28 | ||
29 | window.location.href = $this.data('href'); | 29 | window.location.href = $this.data('href'); |
30 | -}).on('touchstart', '.edit', function() { | 30 | +}).on('touchend', '.edit', function() { |
31 | window.location.href = $(this).data('href'); | 31 | window.location.href = $(this).data('href'); |
32 | return false; | 32 | return false; |
33 | }).on('touchstart', '.del', function() { | 33 | }).on('touchstart', '.del', function() { |
-
Please register or login to post a comment