From 3cfcd53b7346b44afcfc1ccbda6151ab00b92ce9 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Mon, 15 Jun 2026 13:36:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4plus.runtime.version?= =?UTF-8?q?=E8=A6=86=E7=9B=96,=E5=8F=AA=E5=8F=96manifest.json=E7=9A=84vers?= =?UTF-8?q?ionName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index ce98b68..a2f6caa 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -150,12 +150,6 @@ uni.setNavigationBarTitle({ title: '入库助手' }) - // App 原生模式优先使用 plus.runtime.version - try { - if (typeof plus !== 'undefined' && plus.runtime && plus.runtime.version) { - this.appVersion = plus.runtime.version - } - } catch (e) {} }, methods: {