$(function(){
$(".bootscol").on("click",function(){
var t = $(document).scrollTop() + outerHeight;
$("body").animate({
scrollTop: t + "px"
},700)
console.log($("body").animate({scrollTop: t + "px"},700));
})
})
$("body,html"),body和html都加上。我也遇到过这个问题