Authored by ccbikai

取消搜索不 focus

... ... @@ -31,6 +31,7 @@ $search.on('focus', function() {
$cancelSearch.on('touchend', function() {
$box.removeClass('action');
$indexLogo.removeClass('action');
$search.blur();
return false;
});
... ...