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

不管我怎么加载更多就是不触发onreachbottom这个触底事件小程序onreachbottom不执行

先说说页面布局吧

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

我中间列表

.list-box{

width:100%;

height:80%;

overflow-y:scroll;

position:absolute;

top:110rpx;

}

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

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

"onReachBottomDistance":50,

 

相关文章:

  • 2021-08-22
  • 2021-07-02
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2021-04-30
  • 2022-12-23
相关资源
相似解决方案