Showing
1 changed file
with
0 additions
and
4 deletions
@@ -124,10 +124,6 @@ function searchResult() { | @@ -124,10 +124,6 @@ function searchResult() { | ||
124 | 124 | ||
125 | // 插入 dom,绑定事件 | 125 | // 插入 dom,绑定事件 |
126 | $('.search-result').html(html); | 126 | $('.search-result').html(html); |
127 | - | ||
128 | - if (Object.keys(result).length > 0) { | ||
129 | - rightBarBindClick(); | ||
130 | - } | ||
131 | } | 127 | } |
132 | 128 | ||
133 | if ($('.brand-search-page').length) { | 129 | if ($('.brand-search-page').length) { |
-
Please register or login to post a comment