Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ var $tip, tipItime; | @@ -17,7 +17,7 @@ var $tip, tipItime; | ||
17 | $('.yoho-page').append(tipHtml); | 17 | $('.yoho-page').append(tipHtml); |
18 | 18 | ||
19 | $tip = $('#yoho-tip'); | 19 | $tip = $('#yoho-tip'); |
20 | - $tip.on('tap', function() { | 20 | + $tip.on('touchend', function() { |
21 | $tip.hide(); | 21 | $tip.hide(); |
22 | 22 | ||
23 | //清除Timeout | 23 | //清除Timeout |
-
Please register or login to post a comment