Authored by xuqi

tip disaple

@@ -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