优化代码

dependabot/npm_and_yarn/fir_admin/tmpl-1.0.5
youngS 3 years ago
parent 0148905071
commit 08e7eb3476
  1. 2
      fir_client/src/components/FirLogin.vue
  2. 2
      fir_client/src/components/user/FirUserProfileInfo.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;

@ -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;

Loading…
Cancel
Save