From 9f05ef4c81f832e8962662ef9c6b5fc1705b8a72 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 25 Feb 2022 18:12:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=E7=89=88=E6=9C=AC=E5=8F=B7=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/pages/login/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 82dedc9..ff2f5d2 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -150,10 +150,10 @@ export default class LoginPage extends BasePage { console.log('image', this.image); console.log('Version////', this.Version); } - Version = '1.0.0'; + Version = '1.0.1'; async update() { await session.QueryVersion(); - if (this.Version < session.Version) { + if (this.Version != session.Version) { // 版本更新提示 uni.showModal({ content: this.$t('message.Tip1') as string,