Authored by xuqi

加快scroll速度

... ... @@ -44,7 +44,7 @@ exports.init = function() {
if (!isInit) {
$('body').animate({
scrollTop: container.offset().top
}, 800);
}, 400);
} else {
isInit = false;
}
... ...