Authored by uedxwg

update

... ... @@ -124,10 +124,6 @@ function searchResult() {
// 插入 dom,绑定事件
$('.search-result').html(html);
if (Object.keys(result).length > 0) {
rightBarBindClick();
}
}
if ($('.brand-search-page').length) {
... ...