From f29113692c548944283ef8437823246d4893458a Mon Sep 17 00:00:00 2001 From: w00852232 Date: Fri, 3 Nov 2023 15:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=8B=E8=BD=BD=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=98=BE=E7=A4=BAbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UploadAndDownLoad/entry/src/main/ets/pages/Download.ets | 2 -- 1 file changed, 2 deletions(-) diff --git a/HarmonyOS_NEXT/Connectivity/UploadAndDownLoad/entry/src/main/ets/pages/Download.ets b/HarmonyOS_NEXT/Connectivity/UploadAndDownLoad/entry/src/main/ets/pages/Download.ets index 8d0f5b1b..accee732 100644 --- a/HarmonyOS_NEXT/Connectivity/UploadAndDownLoad/entry/src/main/ets/pages/Download.ets +++ b/HarmonyOS_NEXT/Connectivity/UploadAndDownLoad/entry/src/main/ets/pages/Download.ets @@ -63,9 +63,7 @@ struct Download { List({ space: 12 }) { LazyForEach(this.fileData, (item: FileModel, index?: number) => { ListItem() { - if (index) { this.FileItem(item, index) - } } }, (item: FileModel) => JSON.stringify(item)) } -- Gitee