Authored by 梁志锋

侧边栏禁止touchmove

... ... @@ -63,7 +63,7 @@ $sideNav.on('touchstart', 'li', function(e) {
});
$sideNav.on('touchmove', function(e) {
e.stopPropagation();
return false;
});
//返回一级导航,收起二级导航
... ...