demo拿好 地址链接描述 $(function(){ $('#dowebok').fullpage({ sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', '#f90','#4BBFC3'], afterLoad: function (anchorLink, index) { if (index !== 3) { $.fn.fullpage.setAllowScrolling(true, 'up'); } else { $.fn.fullpage.setAllowScrolling(false, 'up'); } } }); });
demo拿好 地址链接描述