From e882aef71e5d5f638a83ed5e45b95b43ceec36de Mon Sep 17 00:00:00 2001 From: fanpeng <438123081@qq.com> Date: Mon, 14 Jul 2025 11:15:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=92=88=E5=AF=B9=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=B7=BB=E5=8A=A0=E5=8D=87=E7=BA=A7=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/setting/setting.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/setting/setting.vue b/pages/setting/setting.vue index 425316b..f2d3bc5 100644 --- a/pages/setting/setting.vue +++ b/pages/setting/setting.vue @@ -325,11 +325,20 @@ }) const upgrade = () => { + // #ifdef MP uni.showModal({ title: '提示', content: '小程序暂不支持升级功能,请下载星星锁APP进行升级', showCancel: false }) + // #endif + // #ifdef APP-PLUS + uni.showModal({ + title: '提示', + content: '星星锁Lite暂不支持升级功能,请下载星星锁APP进行升级', + showCancel: false + }) + // #endif } const asyncSetting = async () => {