From 145c01f844027e6220bace612e068b5b49b74cd5 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:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=91=E9=80=81=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=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 d38776b..cb64b1f 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -196,6 +196,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); },