From 8917d8bc820dcd48ecaf3866b9cc8c9c40989e9b Mon Sep 17 00:00:00 2001 From: yyuanche Date: Fri, 28 Jul 2023 11:17:00 +0800 Subject: [PATCH] =?UTF-8?q?fixed=206144608=20from=20https://gitee.com/yyua?= =?UTF-8?q?nche/xts=5Facts/pulls/9557=20XTS:ListItem=E9=95=BF=E8=B7=9D?= =?UTF-8?q?=E7=A6=BB=E5=88=92=E5=8A=A8=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E9=80=82=E9=85=8D=20Signed-off-by:=20yyuanch?= =?UTF-8?q?e=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/ets/TestAbility/pages/ListDelete.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_ets_component_api/src/main/ets/TestAbility/pages/ListDelete.ets b/arkui/ace_ets_component_api/src/main/ets/TestAbility/pages/ListDelete.ets index 399c3ed1f..aa123cf7c 100644 --- a/arkui/ace_ets_component_api/src/main/ets/TestAbility/pages/ListDelete.ets +++ b/arkui/ace_ets_component_api/src/main/ets/TestAbility/pages/ListDelete.ets @@ -124,7 +124,7 @@ struct ListDelete { onAction: () => { console.info('MyList5_ListItem' + index + ' onAction') this.arr2.splice(index, 1) - MyUtils.sendEvent('MyList5_ListItem' + index + 'onAction', 72000) + MyUtils.sendEvent('MyList5_ListItem' + index + 'onDelete', 72000) }, actionAreaDistance: 5, onEnterActionArea: () => { -- GitLab