From bb95dee08bbc0658489f05856f20cd12ccbf21e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=89=BA=E4=B8=BA?= <15897461476@139.com> Date: Wed, 23 Aug 2023 09:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李艺为 <15897461476@139.com> --- entry/src/main/ets/pages/testSingleFrameGifPage.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/testSingleFrameGifPage.ets b/entry/src/main/ets/pages/testSingleFrameGifPage.ets index aafb97b..abcaab0 100644 --- a/entry/src/main/ets/pages/testSingleFrameGifPage.ets +++ b/entry/src/main/ets/pages/testSingleFrameGifPage.ets @@ -35,7 +35,7 @@ struct TestSingleFrameGifPage { Button("加载单帧gif") .margin(16) .onClick(() => { - console.log("liyiwei 加载单帧gif") + console.log("加载单帧gif") this.options = { loadSrc: $r('app.media.gifSample_single_frame'), placeholderSrc:$r('app.media.icon_loading') @@ -44,7 +44,7 @@ struct TestSingleFrameGifPage { Button("加载多帧gif") .margin(16) .onClick(() => { - console.log("liyiwei 加载多帧gif") + console.log("加载多帧gif") this.options = { loadSrc: $r('app.media.gifSample'), placeholderSrc:$r('app.media.icon_loading')