Authored by 梁志锋

update

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