feat: 🎸 优化了滚动加载

This commit is contained in:
2025-08-21 00:10:13 +08:00
parent a493f2773c
commit 62bcb403f9
4 changed files with 33 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ const CompanyJobsPage = () => {
<InfiniteScroll
loadMore={fetchInterviewsData}
hasMore={interviewsHasMore}
empty={interviews.length === 0}
className="company-jobs-page-interview-list"
>
{interviews.map((item) => (