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