Showing
2 changed files
with
1 additions
and
1 deletions
@@ -1746,7 +1746,7 @@ $sideNav.on('touchstart', 'li', function(e) { | @@ -1746,7 +1746,7 @@ $sideNav.on('touchstart', 'li', function(e) { | ||
1746 | }); | 1746 | }); |
1747 | 1747 | ||
1748 | $sideNav.on('touchmove', function(e) { | 1748 | $sideNav.on('touchmove', function(e) { |
1749 | - e.stopPropagation(); | 1749 | + return false; |
1750 | }); | 1750 | }); |
1751 | 1751 | ||
1752 | //返回一级导航,收起二级导航 | 1752 | //返回一级导航,收起二级导航 |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment