diff --git a/plugins/APPUpdate/index.js b/plugins/APPUpdate/index.js index 595514a..cfa6979 100644 --- a/plugins/APPUpdate/index.js +++ b/plugins/APPUpdate/index.js @@ -854,7 +854,7 @@ function downloadPopup(data, callback, cancelCallback, rebootCallback) { export default function (isPrompt = false) { getCurrentNo((version) => { getServerNo((res) => { - if (res.versionCode.replace(/\./g, "") <= version.version) { + if (res.versionCode.replace(/\./g, "") <= version.version.replace(/\./g, "") ) { return false; }