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 () => {