保誠-保戶業務員媒合平台
Tomas
2022-08-26 d671c283604d805d528e42cca6560a1a271278e6
fix: 背景自動執行 regenerateImgOfVerification 引發的畫面卡死問題
修改1個檔案
4 ■■■■ 已變更過的檔案
PAMapp/pages/login/index.vue 4 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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) {