Merge remote-tracking branch 'origin/hotfix/cartTap'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -219,7 +219,7 @@ $('.btn-balance').on('touchend', function() { | @@ -219,7 +219,7 @@ $('.btn-balance').on('touchend', function() { | ||
219 | } | 219 | } |
220 | }); | 220 | }); |
221 | 221 | ||
222 | -$('.off-shell-goods').on('touchstart touchend', function(e) { | 222 | +$('.off-shell-goods').on('click', function(e) { |
223 | var $this = $(e.target).closest('span'); | 223 | var $this = $(e.target).closest('span'); |
224 | 224 | ||
225 | if ($this.hasClass('icon-del')) { | 225 | if ($this.hasClass('icon-del')) { |
-
Please register or login to post a comment