Authored by 郭成尧

order-status-modified

@@ -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