@@ -131,7 +131,7 @@ const getScroll = (event?: any) => {
let scrollHeight = obj.scrollHeight;
let scrollTop = obj.scrollTop;
let clientHeight = obj.clientHeight;
- //提前100高度加载数据
+ //提前高度加载数据
if (scrollTop + clientHeight + 150 >= scrollHeight) {
// console.log('到底了!')
//继续加载下一页
@@ -180,7 +180,7 @@ const getScroll = (event?: any) => {
// console.log('到底了!');
@@ -611,7 +611,7 @@ const getScroll = (event?: any, grade?: any) => {
@@ -167,7 +167,7 @@ const getNext = (event?: any) => {
if (scrollTop + clientHeight + 200 >= scrollHeight) {