From f58637460a1959b20328495ce5f3be9fd97ca4b1 Mon Sep 17 00:00:00 2001
From: DCloud_LXH <283700113@qq.com>
Date: Fri, 26 Apr 2024 10:40:07 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20ios=20=E5=8D=87=E7=BA=A7=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 +-
pages/tabBar/component.uvue | 8 +-
pages/tabBar/template.uvue | 7 +-
pages/template/schema/schema.uvue | 35 +++-----
.../uni-upgrade-center-app.uvue | 10 ++-
.../uni-upgrade-center-app/package.json | 3 +-
.../utils/call-check-version.ts | 3 +-
.../uni-upgrade-center-app/utils/utils.uts | 17 ----
uni_modules/uts-openSchema/changelog.md | 2 +
uni_modules/uts-openSchema/package.json | 82 +++++++++++++++++++
uni_modules/uts-openSchema/readme.md | 49 +++++++++++
.../utssdk/app-android/config.json | 3 +
.../utssdk/app-android/index.uts | 15 ++++
.../uts-openSchema/utssdk/app-ios/config.json | 3 +
.../uts-openSchema/utssdk/app-ios/index.uts | 14 ++++
.../uts-openSchema/utssdk/interface.uts | 1 +
16 files changed, 203 insertions(+), 55 deletions(-)
delete mode 100644 uni_modules/uni-upgrade-center-app/utils/utils.uts
create mode 100644 uni_modules/uts-openSchema/changelog.md
create mode 100644 uni_modules/uts-openSchema/package.json
create mode 100644 uni_modules/uts-openSchema/readme.md
create mode 100644 uni_modules/uts-openSchema/utssdk/app-android/config.json
create mode 100644 uni_modules/uts-openSchema/utssdk/app-android/index.uts
create mode 100644 uni_modules/uts-openSchema/utssdk/app-ios/config.json
create mode 100644 uni_modules/uts-openSchema/utssdk/app-ios/index.uts
create mode 100644 uni_modules/uts-openSchema/utssdk/interface.uts
diff --git a/pages.json b/pages.json
index bf9311b2..9efd5305 100644
--- a/pages.json
+++ b/pages.json
@@ -1168,14 +1168,14 @@
"navigationBarTitleText": "日历"
}
},
- // #endif
- // #ifdef APP-ANDROID
{
"path": "pages/template/schema/schema",
"style": {
"navigationBarTitleText": "打开schema示例"
}
},
+ // #endif
+ // #ifdef APP-ANDROID
{
"path": "pages/template/share/share",
"style": {
@@ -1298,7 +1298,7 @@
},
{
"path" : "pages/CSS/overflow/overflow-visible-event",
- "style" :
+ "style" :
{
"navigationBarTitleText" : "overflow-visible-event"
}
diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue
index 3157d456..8a54a73a 100644
--- a/pages/tabBar/component.uvue
+++ b/pages/tabBar/component.uvue
@@ -24,7 +24,7 @@
-
+
@@ -34,7 +34,7 @@