...
|
...
|
@@ -272,7 +272,8 @@ $listNav.delegate('li', 'touchstart', function() { |
|
|
|
|
|
nav = navInfo[navType];
|
|
|
|
|
|
if ($this.hasClass('hide')) {
|
|
|
if (!($this.hasClass('active'))) {
|
|
|
|
|
|
$active = $this.siblings('.active');
|
|
|
|
|
|
$pre = $this; //$pre为除筛选导航的其他导航项,若当前active的为筛选,则把$pre置为当前点击项
|
...
|
...
|
|