From d3275009f1ba18aaa61516cad4df2eed5650b67e Mon Sep 17 00:00:00 2001 From: donqi Date: Mon, 29 Aug 2022 19:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=8D=E5=8A=A1=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=BD=AE=E6=92=AD=E5=9B=BE=E8=A3=81=E5=89=AA=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/new-serv.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/my/new-serv.vue b/pages/my/new-serv.vue index 802e5e6..a723c09 100644 --- a/pages/my/new-serv.vue +++ b/pages/my/new-serv.vue @@ -501,7 +501,7 @@ }, chooseImgList(e, imgListField, cropWidth, cropHeight) { this.cropWidth = cropWidth && cropWidth > 0 ? cropWidth : this.sysInfo.windowWidth * 2; - this.cropHeight = cropHeight && cropHeight > 0 ? cropHeight : this.sysInfo.windowWidth * 2 * 1.3; + this.cropHeight = cropHeight && cropHeight > 0 ? cropHeight : this.sysInfo.windowWidth * 2 * 1.15; uni.chooseImage({ count: 1, //默认9 sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有