From ff255f3f59a74deacf52ddb1dff7715ff074a385 Mon Sep 17 00:00:00 2001 From: dhf <1511447814@qq.com> Date: Tue, 10 Jun 2025 11:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=9F=E5=BC=83=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/albumView/src/main/ets/views/AlbumView.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/albumView/src/main/ets/views/AlbumView.ets b/features/albumView/src/main/ets/views/AlbumView.ets index e29ae7c..c751d05 100644 --- a/features/albumView/src/main/ets/views/AlbumView.ets +++ b/features/albumView/src/main/ets/views/AlbumView.ets @@ -75,7 +75,7 @@ export struct AlbumView { down() { if (!this.timeOutDownDemo) { this.timeOutDownDemo = setTimeout(() => { - animateTo({ + this.getUIContext().animateTo({ duration: ANIMATE_TIME }, () => { if (this.gridColumn < MAX_GRID_COLUMN) { -- Gitee