Showing
5 changed files
with
3 additions
and
1 deletions
@@ -6668,7 +6668,9 @@ function initFilter(opt) { | @@ -6668,7 +6668,9 @@ function initFilter(opt) { | ||
6668 | filterHammer.on('tap', function(e) { | 6668 | filterHammer.on('tap', function(e) { |
6669 | var $this = $(e.target), | 6669 | var $this = $(e.target), |
6670 | $cur; | 6670 | $cur; |
6671 | - // e.preventDefault();//防止透点 | 6671 | + |
6672 | + //这行不能注释,iphone下会出现穿透 | ||
6673 | + e.preventDefault();//防止透点 | ||
6672 | 6674 | ||
6673 | if ($this.closest('.filter-body').length > 0) { | 6675 | if ($this.closest('.filter-body').length > 0) { |
6674 | $cur = $this.closest('.sub-item'); | 6676 | $cur = $this.closest('.sub-item'); |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment