diff --git a/frontend/src/pages/List.jsx b/frontend/src/pages/List.jsx index a42db1a..90a51a8 100644 --- a/frontend/src/pages/List.jsx +++ b/frontend/src/pages/List.jsx @@ -139,7 +139,7 @@ export default function List() { console.log(`筛选:${filterType} = ${filter}, 结果:${list.length}条`) } - # 分页处理 + // 分页处理 if (page === 1) { setCollections(list || []) } else {