mirror of
https://github.com/568071718/creator-collection-view
synced 2025-04-19 23:58:41 +00:00
修复描述错误
This commit is contained in:
parent
1744ba4e8a
commit
4dd5167400
@ -105,7 +105,7 @@ this.listComp.numberOfItems = (section, collectionView) => {
|
|||||||
return 10 // 第 1 个区返回 10 条数据
|
return 10 // 第 1 个区返回 10 条数据
|
||||||
}
|
}
|
||||||
if (section == 1) {
|
if (section == 1) {
|
||||||
return 20 // 第 2 个区返回 10 条数据
|
return 20 // 第 2 个区返回 20 条数据
|
||||||
}
|
}
|
||||||
return 0 // 默认情况
|
return 0 // 默认情况
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user