Authored by 徐祁xuqi

Merge remote-tracking branch 'origin/hotfix/searchBrand'

@@ -343,10 +343,9 @@ if ($('.hot-search').length > 0) { @@ -343,10 +343,9 @@ if ($('.hot-search').length > 0) {
343 if ($('.brand-search-page').length > 0) { 343 if ($('.brand-search-page').length > 0) {
344 brandsData = $.parseJSON($('#brands-data').html()); 344 brandsData = $.parseJSON($('#brands-data').html());
345 345
346 - //$keyword.on('input', function() {  
347 - // searchInput();  
348 - //  
349 - //}).focus(); 346 + $keyword.on('input', function() {
  347 + searchInput();
  348 + });
350 349
351 // 2016.1.13 产品(高扬)要求进入页面默认显示取消按钮 350 // 2016.1.13 产品(高扬)要求进入页面默认显示取消按钮
352 $icon.css('color', '#444'); 351 $icon.css('color', '#444');