From 5684fc4e7721b6e82ef65fc48b93c2ea05e7009a Mon Sep 17 00:00:00 2001 From: 26thE <962961353@qq.com> Date: Wed, 26 Mar 2025 20:12:30 +0800 Subject: [PATCH] =?UTF-8?q?HMOS=E4=B8=96=E7=95=8C=E6=95=B4=E6=94=B9Sample?= =?UTF-8?q?=EF=BC=8C=E6=B5=81=E7=95=85=E5=88=B7=E6=96=87=E7=AB=A0=EF=BC=8C?= =?UTF-8?q?ICSL=E9=80=81=E6=A3=80=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 1519afa..5a743ba 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -47,7 +47,7 @@ struct Index { }) .backgroundColor($r('sys.color.comp_background_primary')) } - }, (item: SampleUnitItem, index: number) => index.toString()) + }, (item: string) => item); } .margin({ top: px2vp(this.topRectHeight) }) .backgroundColor($r('sys.color.background_secondary')) -- Gitee