Showing
1 changed file
with
1 additions
and
1 deletions
@@ -277,7 +277,7 @@ let searchView = function() { | @@ -277,7 +277,7 @@ let searchView = function() { | ||
277 | $curNav.find('.down').removeClass('hide'); | 277 | $curNav.find('.down').removeClass('hide'); |
278 | $newList.addClass('hide'); | 278 | $newList.addClass('hide'); |
279 | } | 279 | } |
280 | - | 280 | + switchNav($curNav); |
281 | return; | 281 | return; |
282 | } | 282 | } |
283 | 283 |
-
Please register or login to post a comment