From 08e7eb34765a512278daa200d714e58cacaa9f37 Mon Sep 17 00:00:00 2001 From: youngS Date: Fri, 10 Sep 2021 17:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/FirLogin.vue | 2 +- fir_client/src/components/user/FirUserProfileInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fir_client/src/components/FirLogin.vue b/fir_client/src/components/FirLogin.vue index e02c2a7..4604b78 100644 --- a/fir_client/src/components/FirLogin.vue +++ b/fir_client/src/components/FirLogin.vue @@ -181,7 +181,7 @@ this.wx_login_qr_url = data.data.qr; this.loop_flag = true; this.loop_get_wx_info(data.data.ticket); - }else { + } else { this.$message.error(data.msg); this.wx_visible = false; this.loop_flag = false; diff --git a/fir_client/src/components/user/FirUserProfileInfo.vue b/fir_client/src/components/user/FirUserProfileInfo.vue index 6c4d5ed..6bec303 100644 --- a/fir_client/src/components/user/FirUserProfileInfo.vue +++ b/fir_client/src/components/user/FirUserProfileInfo.vue @@ -392,7 +392,7 @@ this.wx_login_qr_url = data.data.qr; this.loop_flag = true; this.loop_get_wx_info(data.data.ticket); - }else { + } else { this.$message.error(data.msg); this.wx_visible = false; this.loop_flag = false;