From 943c8482e54ce8bc11751cf83c6d7a009881273a 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:14:37 +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=E4=BB=BB=E5=8A=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/auth.vue | 1 + src/pages/member/password.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index 30d71f3..97ddef7 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -171,6 +171,7 @@ export default { if (that.sec <= 0) { that.canUse = true; that.sec = 0; + clearInterval(that.timeTask); } }, 1000); }, diff --git a/src/pages/member/password.vue b/src/pages/member/password.vue index e1403cc..e903712 100644 --- a/src/pages/member/password.vue +++ b/src/pages/member/password.vue @@ -98,6 +98,7 @@ export default { if (that.sec <= 0) { that.canUse = true; that.sec = 0; + clearInterval(that.timeTask); } }, 1000); },