cyl/dev
jscyl13849007907 1 year ago
parent a1e079149c
commit 08545fc759

@ -1190,10 +1190,10 @@ export default {
if (scrollTop + windowHeight >= scrollHeight - 100 && !this.isFetching && !this.isStop) { // 100 if (scrollTop + windowHeight >= scrollHeight - 100 && !this.isFetching && !this.isStop) { // 100
this.isFetching = true; this.isFetching = true;
// setTimeout(() => { setTimeout(() => {
this.speed = 0; this.speed = 0;
this.loadMoreData(); this.loadMoreData();
// }, 10*1000); }, 300);
} }
}, },
loadMoreData() { loadMoreData() {

Loading…
Cancel
Save