diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue
index c31f51c6038f7f7ad650d7b2f56b9e7d5a199fef..b4245b3a5e0b587da8c012f4030eadc8ec087598 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 f14d99b5cca0cffdbe4ce432e0276368ee15861c..0ca97842246b40ad38ce3c695948a9d2670032fa 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',