Merge remote-tracking branch 'origin/hotfix'
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() { | @@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() { | ||
32 | $box.removeClass('action'); | 32 | $box.removeClass('action'); |
33 | $indexLogo.removeClass('action'); | 33 | $indexLogo.removeClass('action'); |
34 | 34 | ||
35 | - $search.blur(); | 35 | + // $search.blur(); |
36 | }); | 36 | }); |
37 | 37 | ||
38 | $searchBox.children('.clear-text').on('touchstart', function() { | 38 | $searchBox.children('.clear-text').on('touchstart', function() { |
@@ -78,7 +78,7 @@ | @@ -78,7 +78,7 @@ | ||
78 | <li class="filter"> | 78 | <li class="filter"> |
79 | <a href="javascript:void(0);"> | 79 | <a href="javascript:void(0);"> |
80 | <span class="nav-txt">筛选</span> | 80 | <span class="nav-txt">筛选</span> |
81 | - <span class="iconfont"></span> | 81 | + <span class="iconfont cur"></span> |
82 | </a> | 82 | </a> |
83 | </li> | 83 | </li> |
84 | </ul> | 84 | </ul> |
-
Please register or login to post a comment