From 1568aa4572ddb9995cff938c74aea91398b5a1ca Mon Sep 17 00:00:00 2001 From: ihzero Date: Thu, 2 May 2024 13:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0=E7=AD=96?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/upgrade/call-check-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/upgrade/call-check-version.js b/src/pages/upgrade/call-check-version.js index afb3309..cff5d29 100644 --- a/src/pages/upgrade/call-check-version.js +++ b/src/pages/upgrade/call-check-version.js @@ -42,7 +42,7 @@ export default function () { const info = resData[systemInfo.platform]; let resInfo = null - if (info == null || appVersion >= info?.version) { + if (info == null || systemInfo.appVersionCode >= info?.version) { resInfo = { code: 0 }