直接上代码
<style lang="scss">html, body {height: 100%;width: 100%;margin: 0;padding: 0;overflow: hidden;-webkit-overflow-scrolling: touch;}
</style>
触底加载事件可以到uniapp查看
<scroll-view scroll-y="true" >
</scroll-view>
这样页面就只有在y轴方向滚动,而且不会超出原来的页面出现白色面积