Showing
5 changed files
with
7 additions
and
0 deletions
@@ -8623,6 +8623,13 @@ $page.on('touchstart', '.del-icon', function() { | @@ -8623,6 +8623,13 @@ $page.on('touchstart', '.del-icon', function() { | ||
8623 | }); | 8623 | }); |
8624 | }); | 8624 | }); |
8625 | }); | 8625 | }); |
8626 | + | ||
8627 | +$('.deps').on('touchstart', 'span', function() { | ||
8628 | + $(this).css('background', '#eee'); | ||
8629 | +}).on('touchend touchcancel', 'span', function() { | ||
8630 | + $(this).css('background', 'transparent'); | ||
8631 | +}); | ||
8632 | + | ||
8626 | }); | 8633 | }); |
8627 | define("js/me/address-act", ["jquery","hammer"], function(require, exports, module){ | 8634 | define("js/me/address-act", ["jquery","hammer"], function(require, exports, module){ |
8628 | /** | 8635 | /** |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment