From e303f016a7ed37a3acec1ec98c43c416734ee3c3 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Sun, 28 Apr 2024 15:52:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=8D=87=E7=BA=A7=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=88=B0=20uni-app=20x=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=97=B6=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91=20APP-PLUS=20->?= =?UTF-8?q?=20APP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-upgrade-center-app/uni-upgrade-center-app.uvue | 2 +- uni_modules/uni-upgrade-center-app/utils/call-check-version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue b/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue index f60f18cf..58e2a0ae 100644 --- a/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue +++ b/uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue @@ -304,7 +304,7 @@ }, installPackage() { this.installing = true; - // #ifdef APP-PLUS + // #ifdef APP uni.installApk({ filePath: this.tempFilePath, success: _ => { diff --git a/uni_modules/uni-upgrade-center-app/utils/call-check-version.ts b/uni_modules/uni-upgrade-center-app/utils/call-check-version.ts index 77d55c20..72ef019d 100644 --- a/uni_modules/uni-upgrade-center-app/utils/call-check-version.ts +++ b/uni_modules/uni-upgrade-center-app/utils/call-check-version.ts @@ -111,7 +111,7 @@ export default function () : Promise { // #endif }) // #endif - // #ifndef APP-PLUS + // #ifndef APP return new Promise((resolve, reject) => { reject({ message: '请在App中使用' -- GitLab