window.addEventListener('scroll',function(){
var scrollTop = $(this).scrollTop();
var scrollHeight = $(document).height();
var windowHeight = $(this).height();
if(scrollTop + windowHeight == scrollHeight){
// $('.more').html('到底部了');//判断页面滚动到底部
if(grnyi==0){
n++;
Consultation_top(n);
$(".last_loading").css("display", "block");
}
}
})
非常简易的 上拉刷新
最新推荐文章于 2021-07-08 16:51:15 发布