修复描述错误

This commit is contained in:
o.o.c 2024-12-15 15:29:36 +08:00
parent 1744ba4e8a
commit 4dd5167400

View File

@ -105,7 +105,7 @@ this.listComp.numberOfItems = (section, collectionView) => {
return 10 // 第 1 个区返回 10 条数据
}
if (section == 1) {
return 20 // 第 2 个区返回 10 条数据
return 20 // 第 2 个区返回 20 条数据
}
return 0 // 默认情况
}