# ref-dom-demo **Repository Path**: kevinleeeee/ref-dom-demo ## Basic Information - **Project Name**: ref-dom-demo - **Description**: **案例:移动端滚动页面加载更多** 技術:ref(html dom) 实现上下滚动页面渲染加载更多或者暂无数据 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2021-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **案例:移动端滚动页面加载更多** 技術:ref(html dom) 实现上下滚动页面渲染加载更多或者暂无数据 原理:通关ref标签属性拿到绑定在dom节点里面的`clientHeight/scrollHeight/scrollTop`数据进行计算是否触底,从而每次触底时新增5条数据渲染到页面 源码地址:[大田/ref-dom-demo (gitee.com)](https://gitee.com/kevinleeeee/ref-dom-demo)