From 3a7a5631d99b1beca6f468bdd1ff308a511127ae Mon Sep 17 00:00:00 2001 From: microJ Date: Wed, 21 Apr 2021 15:38:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(#48):=20=E4=BF=AE=E5=A4=8Diphone=E7=9C=9F?= =?UTF-8?q?=E6=9C=BA=E5=9B=BE=E7=89=87=E5=88=9D=E5=A7=8B=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=9C=A8=E5=B7=A6=E4=B8=8A=E8=A7=92=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/image-cropper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image-cropper.js b/src/image-cropper.js index 91f3b21..401d2af 100644 --- a/src/image-cropper.js +++ b/src/image-cropper.js @@ -501,7 +501,7 @@ Component({ setTimeout(() => { this.triggerEvent('imageload', this.data.imageObject); - }, 1000) + }) }, /** * 设置图片放大缩小 -- GitLab