From bfefcb95b9e3aadb1ea6a552f93a25e7c7c57d7e Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 21 May 2024 19:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eweb=E7=AB=AF=E9=80=9A?= =?UTF-8?q?=E8=BF=87url=20scheme=E6=89=93=E5=BC=80hello=20uni-app=20x?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/tabBar/template.uvue | 6 +++--- pages/template/schema/schema.uvue | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index 41538bc0..1c86ade4 100644 --- a/pages.json +++ b/pages.json @@ -1309,13 +1309,13 @@ "navigationBarTitleText": "日历" } }, + // #endif { "path": "pages/template/schema/schema", "style": { "navigationBarTitleText": "打开schema示例" } }, - // #endif // #ifdef APP-ANDROID { "path": "pages/template/share/share", diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 7c66fb57..017ceb37 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -184,16 +184,16 @@ open: false, pages: [] as Page[], }, + // #endif { id: 'schema', url: 'schema', name: '打开外部链接', open: false, pages: [] as Page[], - } - // #endif + }, // #ifdef APP-ANDROID - ,{ + { id: 'share', url: 'share', name: '分享示例', diff --git a/pages/template/schema/schema.uvue b/pages/template/schema/schema.uvue index 9ff5aaea..9e0b05fe 100644 --- a/pages/template/schema/schema.uvue +++ b/pages/template/schema/schema.uvue @@ -1,6 +1,8 @@ @@ -23,4 +32,12 @@ import { openSchema } from '@/uni_modules/uts-openSchema' .button { margin: 15px; } + .tip { + padding: 8px; + } + .link { + color: #7A7E83; + font-size: 14px; + line-height: 20px; + } -- GitLab