From 1d200c329abb694240c42a304656395e029eb13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E6=80=80?= Date: Sat, 11 Feb 2023 07:40:50 +0000 Subject: [PATCH] update ace/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/imageAnimator.ets. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈宇怀 --- .../entry/src/main/ets/MainAbility/pages/imageAnimator.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/imageAnimator.ets b/ace/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/imageAnimator.ets index 9dd6b5158..5145f0354 100755 --- a/ace/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/imageAnimator.ets +++ b/ace/ace_ets_component_two/entry/src/main/ets/MainAbility/pages/imageAnimator.ets @@ -97,7 +97,7 @@ struct ImageAnimatorExample { console.info('Finish') }) Row() { - Button('start').key('button').width(100).padding(5).onClick(() => { + Button('start').key('buttonStart').width(100).padding(5).onClick(() => { this.state = AnimationStatus.Running try { var backData = { -- GitLab