Showing
2 changed files
with
1 additions
and
1 deletions
@@ -10218,7 +10218,7 @@ $('.address-item').on('touchend', function() { | @@ -10218,7 +10218,7 @@ $('.address-item').on('touchend', function() { | ||
10218 | orderInfo('address', address); | 10218 | orderInfo('address', address); |
10219 | 10219 | ||
10220 | window.location.href = $this.data('href'); | 10220 | window.location.href = $this.data('href'); |
10221 | -}).on('touchstart', '.edit', function() { | 10221 | +}).on('touchend', '.edit', function() { |
10222 | window.location.href = $(this).data('href'); | 10222 | window.location.href = $(this).data('href'); |
10223 | return false; | 10223 | return false; |
10224 | }).on('touchstart', '.del', function() { | 10224 | }).on('touchstart', '.del', function() { |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment