From 791a96ae03cf92478244127b294c1fe520d31e89 Mon Sep 17 00:00:00 2001 From: wwf <1971391498@qq.com> Date: 星期六, 11 十月 2025 11:17:10 +0800 Subject: [PATCH] 优化 --- entry/src/main/ets/pages/account/CourseCollection.ets | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/entry/src/main/ets/pages/account/CourseCollection.ets b/entry/src/main/ets/pages/account/CourseCollection.ets index 171144f..1f44c4a 100644 --- a/entry/src/main/ets/pages/account/CourseCollection.ets +++ b/entry/src/main/ets/pages/account/CourseCollection.ets @@ -109,7 +109,7 @@ .border({ width: 1, style: BorderStyle.Solid, color: '#f2f2f2' }) .borderRadius(10) } - }, (index: number) => index.toString()) + }) } .listDirection(Axis.Vertical) // 鎺掑垪鏂瑰悜 .scrollBar(BarState.Off) -- Gitblit v1.8.0