From d671c283604d805d528e42cca6560a1a271278e6 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期五, 26 八月 2022 10:59:34 +0800 Subject: [PATCH] fix: 背景自動執行 regenerateImgOfVerification 引發的畫面卡死問題 --- PAMapp/pages/login/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/pages/login/index.vue b/PAMapp/pages/login/index.vue index 72eb39e..6bada8e 100644 --- a/PAMapp/pages/login/index.vue +++ b/PAMapp/pages/login/index.vue @@ -571,7 +571,7 @@ if (this.emailResendCounter !== 0) { this.emailResendCounter -= 1; if (this.emailResendCounter === 0) { - this.regenerateImgOfVerification(); + // this.regenerateImgOfVerification(); } } if (this.emailCounterSec === 0) { @@ -586,7 +586,7 @@ if (this.otpResendCounter !== 0) { this.otpResendCounter -= 1; if (this.otpResendCounter === 0) { - this.regenerateImgOfVerification(); + // this.regenerateImgOfVerification(); } } if (this.otpCounterSec === 0) { -- Gitblit v1.8.0