From 60cb297f3e9b153dd5be2652aeea83aa4bfc3fc4 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 28 Feb 2024 09:47:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 82ca2b8..8b912e5 100644 --- a/index.html +++ b/index.html @@ -392,8 +392,7 @@ let clr = setTimeout(() => { this.promtshow = false; this.promttip = ''; - }, 3000); - clearTimeout(clr); + }, 500); }, //错误弹出框 openErrorDialog(tip) {