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')