From 584f50ba20535e6a81730289ffab9a2005645928 Mon Sep 17 00:00:00 2001 From: nineven Date: Thu, 14 Apr 2022 13:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/FirDownload.vue | 6 +++--- fir_client/src/components/ShortDownload.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index e301faa..51cd07f 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -602,13 +602,13 @@ export default { window.location.href = this.mobileprovision; }, check_msg() { - if(this.agent === 'wxandroid' || this.agent === 'wxapple'){ + if (this.agent === 'wxandroid' || this.agent === 'wxapple') { return } if (this.$route.query.msg) { this.wrong = true; this.show_err_msg(this.$route.query.msg); - this.currentappinfo.need_password=false; + this.currentappinfo.need_password = false; return; } if (this.currentappinfo.need_password) { @@ -651,7 +651,7 @@ export default { this.wrong = false; this.err_password = true this.currentappinfo.need_password = true - this.password='' + this.password = '' } else { this.show_err_msg(data.msg); // eslint-disable-next-line no-unused-vars diff --git a/fir_client/src/components/ShortDownload.vue b/fir_client/src/components/ShortDownload.vue index dab0c09..e5c58e4 100644 --- a/fir_client/src/components/ShortDownload.vue +++ b/fir_client/src/components/ShortDownload.vue @@ -567,13 +567,13 @@ export default { window.location.href = this.mobileprovision; }, check_msg() { - if(this.agent === 'wxandroid' || this.agent === 'wxapple'){ + if (this.agent === 'wxandroid' || this.agent === 'wxapple') { return } if (this.$route.query.msg) { this.wrong = true; this.show_err_msg(this.$route.query.msg); - this.currentappinfo.need_password=false; + this.currentappinfo.need_password = false; return; } if (this.currentappinfo.need_password) { @@ -616,7 +616,7 @@ export default { this.wrong = false; this.err_password = true; this.currentappinfo.need_password = true; - this.password='' + this.password = '' } else { this.show_err_msg(data.msg); // eslint-disable-next-line no-unused-vars