Authored by ccbikai

逛 穿透问题

... ... @@ -73,6 +73,7 @@ $sideNav.on('touchend', 'li', function () {
$('.sub-nav').removeClass('show');
$(this).find('.sub-nav').addClass('show');
}
return false;
});
//返回一级导航,收起二级导航
... ...