From f53f8a4d8cd039287451f6b3382faacf19a600a9 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 19 May 2023 17:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20app=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/login.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/login.vue b/pages/home/login.vue index 95be554..59774ce 100644 --- a/pages/home/login.vue +++ b/pages/home/login.vue @@ -88,7 +88,7 @@ export default { loginType:"mobile", }, - appVersion:"", + versionCode:"", appDownLoadUrl:"", isShowModal:false, modalOptions:{ @@ -112,7 +112,7 @@ export default { //#ifdef APP-PLUS this.getVersion() plus.runtime.getProperty(plus.runtime.appid, async info=>{ - this.appVersion = info.version + this.versionCode = info.versionCode }) //#endif }, @@ -140,7 +140,7 @@ export default { params:{type:1} }) if(res.statu){ - if(res.data.appVersion!=this.appVersion){ + if(res.data.appVersionCode!=this.versionCode){ this.isShowModal=true this.appDownLoadUrl=host("version",res.data.appDownloadUrl) }