From 9fb4dddf5aa21a8ff0aaa720d3dfea1106012d37 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 9 Nov 2023 16:17:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/component.uvue | 76 +++++++++---------- .../utils/call-check-version.ts | 2 +- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue index c31f51c6..b4245b3a 100644 --- a/pages/tabBar/component.uvue +++ b/pages/tabBar/component.uvue @@ -38,10 +38,10 @@ - - - - + + + + @@ -49,10 +49,10 @@ - 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 f14d99b5..0ca97842 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 @@ -63,7 +63,7 @@ export default function (): Promise { reject('plus.runtime.appid is EMPTY') } // #endif - // // #ifdef UNI-APP-X + // #ifdef UNI-APP-X if (typeof appId === 'string' && typeof appVersion === 'string' && appId.length > 0 && appVersion.length > 0) { let data = { action: 'checkVersion', -- GitLab