Showing
1 changed file
with
0 additions
and
2 deletions
@@ -31,8 +31,6 @@ $('.nav-btn').on('touchstart', function(event) { | @@ -31,8 +31,6 @@ $('.nav-btn').on('touchstart', function(event) { | ||
31 | event.preventDefault(); | 31 | event.preventDefault(); |
32 | event.stopPropagation(); | 32 | event.stopPropagation(); |
33 | openSideNav = true; | 33 | openSideNav = true; |
34 | - event.preventDefault(); | ||
35 | - event.stopPropagation(); | ||
36 | 34 | ||
37 | //设置boy高宽,页面不能上下滑动 | 35 | //设置boy高宽,页面不能上下滑动 |
38 | $('body').css({ | 36 | $('body').css({ |
-
Please register or login to post a comment