From 9edd376e06d7efdcd74016983a0dabb104aed775 Mon Sep 17 00:00:00 2001 From: WX1377357 Date: Thu, 8 May 2025 10:49:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=BA=9F=E5=BC=83api?= 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 30fd4eb..e29ae7c 100644 --- a/features/albumView/src/main/ets/views/AlbumView.ets +++ b/features/albumView/src/main/ets/views/AlbumView.ets @@ -55,7 +55,7 @@ export struct AlbumView { up() { if (!this.timeOutUpDemo) { this.timeOutUpDemo = setTimeout(() => { - animateTo({ + this.getUIContext().animateTo({ duration: ANIMATE_TIME }, () => { if (this.gridColumn > MIN_GRID_COLUMN) { -- Gitee