Merge remote-tracking branch 'origin/hotfix/searchBrand'
Showing
1 changed file
with
3 additions
and
4 deletions
@@ -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'); |
-
Please register or login to post a comment