From 60c22a257f18ed9e482de8434850ec4688fd6707 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 03 十二月 2021 16:16:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- PAMapp/pages/consultantLogin/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/PAMapp/pages/consultantLogin/index.vue b/PAMapp/pages/consultantLogin/index.vue index 17d59a5..5154d1e 100644 --- a/PAMapp/pages/consultantLogin/index.vue +++ b/PAMapp/pages/consultantLogin/index.vue @@ -117,6 +117,7 @@ this.loginWithConsultant() }else{ this.clearValue(); + this.regenerateImgOfVerification(); ErrorMessageBox('撽�Ⅳ頛詨�隤�'); } }); @@ -135,6 +136,7 @@ } private checkHttpErrorStatus(error:any):void{ this.clearValue(); + this.regenerateImgOfVerification(); switch (error.response.status) { case 401: const errorMsg = error.response.data.detail; -- Gitblit v1.8.0