From 869edc4bac3baaa704bf2f2085bf83ebbc4ccc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E5=A4=A7?= Date: Sun, 22 Mar 2026 19:29:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/List.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {