From 741d840e78ee6f6eafb002099c024f9176e3f8a6 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Thu, 15 Aug 2024 17:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BA=9F=E5=BC=83=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/compress-image/compress-image.uvue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/API/compress-image/compress-image.uvue b/pages/API/compress-image/compress-image.uvue index 03602190..916a1dba 100644 --- a/pages/API/compress-image/compress-image.uvue +++ b/pages/API/compress-image/compress-image.uvue @@ -131,12 +131,6 @@ onCompressedHeightConfirm(value : string) { this.compressedHeight = parseInt(value); }, - onWidthConfirm(value : string) { - this.width = value; - }, - onHeightConfirm(value : string) { - this.height = value; - }, onRotateConfirm(value : number) { this.rotate = value; }, -- GitLab