From 0decea629a1128e054690300e946c77254610a23 Mon Sep 17 00:00:00 2001 From: 24186 <2418639820@qq.com> Date: Thu, 2 May 2024 10:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E9=87=87=E6=A0=B7=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/DownsamplingPage.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/DownsamplingPage.ets b/entry/src/main/ets/pages/DownsamplingPage.ets index 7733152..f6b4c7a 100644 --- a/entry/src/main/ets/pages/DownsamplingPage.ets +++ b/entry/src/main/ets/pages/DownsamplingPage.ets @@ -287,7 +287,7 @@ struct Index { }); Button('gif') .onClick(() => { - this.transformSquare2(gifUrl); + // this.transformSquare2(gifUrl); this.ImageKnifeOption1 = { loadSrc: gifUrl, placeholderSrc: $r('app.media.icon_loading'), @@ -296,7 +296,7 @@ struct Index { }); Button('webp') .onClick(() => { - this.transformSquare2(webpUrl); + // this.transformSquare2(webpUrl); this.ImageKnifeOption1 = { loadSrc: webpUrl, placeholderSrc: $r('app.media.icon_loading'),