Authored by 毕凯

品牌一览搜索页面 默认显示取消按钮

... ... @@ -165,6 +165,11 @@ if ($('.brand-search-page').length) {
searchResult();
}).focus();
// 2016.1.13 产品(高扬)要求进入页面默认显示取消按钮
$icon.css('color', '#000');
$keyword.closest('.search-box').css('width', '11.25rem');
$('.search-action').show();
clearTextHammer = new Hammer($('.clear-text')[0]);
clearTextHammer.on('tap', function(e) {
e.preventDefault();
... ...