Authored by 徐祁xuqi

Merge remote-tracking branch 'origin/hotfix/cartTap'

@@ -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')) {