Authored by 梁志锋

test bug

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