From 246a359a392670c6ec4c87315a1dbdec26ea8b78 Mon Sep 17 00:00:00 2001 From: 24186 <2418639820@qq.com> Date: Wed, 1 May 2024 14:52:08 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entry/src/main/ets/pages/DownsamplingPage.ets b/entry/src/main/ets/pages/DownsamplingPage.ets index ed0d2f0..7733152 100644 --- a/entry/src/main/ets/pages/DownsamplingPage.ets +++ b/entry/src/main/ets/pages/DownsamplingPage.ets @@ -99,7 +99,7 @@ struct Index { this.transformSquare1(this.url); }); - Button('jpp') + Button('jpg') .onClick(() => { this.transformSquare1(this.url); @@ -157,7 +157,7 @@ struct Index { errorholderSrc: $r('app.media.icon_failed'), } }); - Button('jpp') + Button('jpg') .onClick(() => { this.transformSquare2(this.url); this.ImageKnifeOption1 = { @@ -218,7 +218,7 @@ struct Index { this.transformSquare1(bmpUrl); }); - Button('jpp') + Button('jpg') .onClick(() => { this.transformSquare1(jpgUrl); @@ -276,7 +276,7 @@ struct Index { errorholderSrc: $r('app.media.icon_failed'), } }); - Button('jpp') + Button('jpg') .onClick(() => { this.transformSquare2(jpgUrl); this.ImageKnifeOption1 = {