Authored by 王水玲

购物车下架商品触发事件修改

... ... @@ -219,7 +219,7 @@ $('.btn-balance').on('touchend', function() {
}
});
$('.off-shell-goods').on('touchstart touchend', function(e) {
$('.off-shell-goods').on('click', function(e) {
var $this = $(e.target).closest('span');
if ($this.hasClass('icon-del')) {
... ...