diff --git a/pages.json b/pages.json index 41538bc01da1ab04407d102539fbb90644b0bc96..1c86ade4a7c58dcf07439d478c414e7cc2c9bfc1 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 7c66fb5718ed1d2366584a4470d946b641f11b0c..017ceb37b989971086f65d7b1e79f7726c1bc0b4 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 9ff5aaea52cbcb141c732afc177ee600275e9be5..9e0b05fe796ab23a98ac4abf05c2a1f8c92603b4 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; + }