From 35cfc6314735c47ef6da4346683506ebcbbd7e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E5=93=A5?= Date: Thu, 18 Dec 2025 16:40:41 +0800 Subject: [PATCH] =?UTF-8?q?contacts=E7=9A=84=E6=95=B0=E6=8D=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卡哥 --- .../entry/src/main/ets/pages/list/ListIteration.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkUIKit/ScrollableComponent/entry/src/main/ets/pages/list/ListIteration.ets b/ArkUIKit/ScrollableComponent/entry/src/main/ets/pages/list/ListIteration.ets index 8894412b1..135a9d13c 100644 --- a/ArkUIKit/ScrollableComponent/entry/src/main/ets/pages/list/ListIteration.ets +++ b/ArkUIKit/ScrollableComponent/entry/src/main/ets/pages/list/ListIteration.ets @@ -31,7 +31,7 @@ class Contact { @Entry @Component export struct ListIteration { - private contacts: Array = [ + private contacts: Array = [ // app.string.peopleOne 资源文件中的value值为'小明',app.media.iconA为自定义资源 new Contact($r('app.string.peopleOne'), $r('app.media.iconA')), -- Gitee