uni-app生成h5页面 谷歌浏览器不触发触底事件的解决办法

1,589 阅读1分钟

解决办法 page.json onReachBottomDistance 的值设置150以上

"globalStyle": { 
		"onReachBottomDistance": 160
}