From 29cdeca658d7e1d41fc100794b7878dcb0c942d8 Mon Sep 17 00:00:00 2001 From: tsm <2418639820@qq.com> Date: Tue, 30 Apr 2024 10:57:27 +0800 Subject: [PATCH] =?UTF-8?q?demo=E4=BF=AE=E6=94=B9?= 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 13ad6fe..48184b5 100644 --- a/entry/src/main/ets/pages/DownsamplingPage.ets +++ b/entry/src/main/ets/pages/DownsamplingPage.ets @@ -88,7 +88,7 @@ struct Index { this.transformSquare1(webpUrl); }); }.margin({top:20,bottom:20}) - Text("原图字节大小") + Text("原图字节大小:"+this.BytesNumber1) Column(){ if (this.mSquarePixelMap1) { Image(this.mSquarePixelMap1 == undefined ? '' : this.mSquarePixelMap1!) @@ -126,7 +126,7 @@ struct Index { }); }.margin({top:20,bottom:20}) - Text("降采样字节大小") + Text("降采样字节大小:"+this.BytesNumber2) this.TextInputSample() Column(){ if (this.mSquarePixelMap2) {