Authored by xuqi

tip disaple

... ... @@ -17,7 +17,7 @@ var $tip, tipItime;
$('.yoho-page').append(tipHtml);
$tip = $('#yoho-tip');
$tip.on('tap', function() {
$tip.on('touchend', function() {
$tip.hide();
//清除Timeout
... ...