diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 4e98561..fa82e64 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -1190,10 +1190,10 @@ export default { if (scrollTop + windowHeight >= scrollHeight - 100 && !this.isFetching && !this.isStop) { // 100 是一个阈值,可以根据需要调整 this.isFetching = true; - // setTimeout(() => { + setTimeout(() => { this.speed = 0; this.loadMoreData(); - // }, 10*1000); + }, 300); } }, loadMoreData() {