From e81ae0afbe47c1f5a79986c747db351c7fbe5ef3 Mon Sep 17 00:00:00 2001 From: mo-bai <1873032855@qq.com> Date: Tue, 19 Apr 2022 13:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/App.vue b/App.vue index fd7ad38..71b2da0 100644 --- a/App.vue +++ b/App.vue @@ -23,6 +23,9 @@ export default { // app更新 //#ifdef APP-PLUS checkUpdate().then((version) => { + if (!version) { + return + } let curVersion = plus.runtime.version if (version != curVersion) { let client = uni.getSystemInfoSync().platform