Authored by 梁志锋

修改侧边栏效果

@@ -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({