Authored by ccbikai

取消搜索不 focus

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