Showing
4 changed files
with
4 additions
and
2 deletions
framework @ 119c247f
@@ -263,6 +263,7 @@ navHammer.on('tap', function(e) { | @@ -263,6 +263,7 @@ navHammer.on('tap', function(e) { | ||
263 | navType, | 263 | navType, |
264 | $active; | 264 | $active; |
265 | 265 | ||
266 | + e.preventDefault(); | ||
266 | if ($this.hasClass('filter')) { | 267 | if ($this.hasClass('filter')) { |
267 | 268 | ||
268 | //筛选面板切换状态 | 269 | //筛选面板切换状态 |
@@ -290,6 +290,7 @@ navHammer.on('tap', function(e) { | @@ -290,6 +290,7 @@ navHammer.on('tap', function(e) { | ||
290 | navType, | 290 | navType, |
291 | $active; | 291 | $active; |
292 | 292 | ||
293 | + e.preventDefault(); | ||
293 | if ($this.hasClass('filter')) { | 294 | if ($this.hasClass('filter')) { |
294 | 295 | ||
295 | //筛选面板切换状态 | 296 | //筛选面板切换状态 |
-
Please register or login to post a comment