From 74659b954ba76726781fa1e80e62060d6d6a34a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=B5=E6=A8=AA=E5=9B=9B=E6=B5=B7?= Date: Mon, 8 Jul 2024 03:32:46 +0000 Subject: [PATCH] =?UTF-8?q?update=20app/admin/view/api/upload/image.html.?= =?UTF-8?q?=20=20uploadOneImage(),=E9=80=89=E6=8B=A9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=8F=8C=E5=87=BB=E5=87=BA=E9=94=99=EF=BC=8C?= =?UTF-8?q?=E5=8A=A0=E9=98=B2=E6=8A=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 纵横四海 --- app/admin/view/api/upload/image.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/admin/view/api/upload/image.html b/app/admin/view/api/upload/image.html index 9bc6456ff..e528624fb 100644 --- a/app/admin/view/api/upload/image.html +++ b/app/admin/view/api/upload/image.html @@ -77,6 +77,9 @@ }, // 设置单项数据 setItem: function (item) { + if(this.isClicked) return; + this.isClicked=true; + setTimeout(()=>{this.isClicked=false},500); if (!this.mult) { this.setValue(item.xurl).setInput(); } else if ((item.checked = !this.idxs[item.id])) {