From 4dd5167400068376916dfcd0a0bc15029c13d18a Mon Sep 17 00:00:00 2001 From: "o.o.c" <568071718@qq.com> Date: Sun, 15 Dec 2024 15:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa02da..92a7a43 100644 --- a/README.md +++ b/README.md @@ -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 // 默认情况 }