From 96490ac270d75f8dbb5f12531812909148119eee Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 15 Feb 2022 18:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/pages/login/login/index.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index c1c7c48..09dc99e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@ export default Vue.extend({ onLaunch() { console.log('App Launch'); // #ifdef APP-PLUS - checkAppUpdate(); + //checkAppUpdate(); // #endif }, onShow() { diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 017292c..061dff5 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -145,7 +145,9 @@ export default class LoginPage extends BasePage { onReady(): void { this.$form.setRules(this.rules); + this.update(); console.log('image', this.image); + console.log("Version////",this.Version); } Version = '1.0.0'; async update() { @@ -222,6 +224,7 @@ export default class LoginPage extends BasePage { }, }); } + //return; } /////////////////无用代码无用代码 // 更新应用资源 @@ -291,7 +294,7 @@ export default class LoginPage extends BasePage { title: this.$t('message.LoginSuccessful') as string, }); //debugger; - this.update(); + // this.update(); uni.navigateTo({ url: page.login.area, });