fix: 修复注释语法

This commit is contained in:
龙大 2026-03-22 19:29:10 +08:00
parent 1fdc27a9b4
commit 869edc4bac
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ export default function List() {
console.log(`筛选:${filterType} = ${filter}, 结果:${list.length}`)
}
# 分页处
//
if (page === 1) {
setCollections(list || [])
} else {