小程序onreachbottom不执行

今天写一个列表页遇到一个问题 

不管我怎么加载更多就是不触发onreachbottom这个触底事件

先说说页面布局吧

上边筛选条件定位的下边合计定位的

我中间列表

.list-box{

width:100%;

height:80%;

overflow-y:scroll;

position:absolute;

top:110rpx;

}

解决方法:因为一句样式问题 去掉height:80%;

对了别忘了再对应json中配置

"onReachBottomDistance":50,

猜你喜欢

转载自blog.csdn.net/qq_37588752/article/details/81872523
今日推荐