From d6c9d0328c1d222838b6fcd4d4a1c04e07b78d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Sat, 1 Apr 2023 23:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=91=E9=80=81=E7=9F=AD?= =?UTF-8?q?=E4=BF=A1=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/find-password.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/auth/find-password.vue b/src/pages/auth/find-password.vue index b0470d2..ea033b7 100644 --- a/src/pages/auth/find-password.vue +++ b/src/pages/auth/find-password.vue @@ -94,6 +94,7 @@ export default { if (that.sec <= 0) { that.canUse = true; that.sec = 0; + clearInterval(that.timeTask); } }, 1000); },