From eb675ff2606ea1f6d1778b517407dbc271451b07 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Wed, 27 Mar 2024 02:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8FiOS=E4=B8=8D=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++---- pages/tabBar/template.uvue | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 7c284334..3fa90a7b 100644 --- a/pages.json +++ b/pages.json @@ -1046,7 +1046,7 @@ { "path": "pages/template/list-news/list-news", "style": { - "navigationBarTitleText": "列表到详情示例" + "navigationBarTitleText": "列表到详情示例(吸顶)" } }, { @@ -1109,21 +1109,21 @@ { "path": "pages/template/long-list/long-list", "style": { - "navigationBarTitleText": "顶部搜索框随时下移长列表", + "navigationBarTitleText": "Android顶部搜索框随时下移长列表", "enablePullDownRefresh": true } }, { "path": "pages/template/long-list2/long-list2", "style": { - "navigationBarTitleText": "顶部banner长列表", + "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", "enablePullDownRefresh": true } }, { "path": "pages/template/long-list-nested/long-list-nested", "style": { - "navigationBarTitleText": "顶部banner长列表", + "navigationBarTitleText": "顶部banner长列表嵌套滚动示例", "enablePullDownRefresh": true } }, diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index a0e2d85d..6458a83c 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -63,18 +63,18 @@ enable: true, pages: [ { - name: '顶部搜索框随时下移长列表', + name: 'Android顶部搜索框随时下移长列表', url: 'long-list' }, // #ifdef APP-ANDROID || WEB { - name: '顶部banner长列表', + name: '顶部banner长列表(嵌套滚动)', url: 'long-list2' }, // #endif // #ifdef APP-IOS { - name: '顶部banner长列表', + name: '顶部banner长列表(嵌套滚动)', url: 'long-list-nested' }, // #endif @@ -83,7 +83,7 @@ { id: 'list-news', url: 'list-news', - name: '列表到详情', + name: '列表到详情(吸顶)', open: false, pages: [] as Page[], }, @@ -185,7 +185,10 @@ name: '日历', open: false, pages: [] as Page[], - }, { + }, + // #endif + // #ifdef APP-ANDROID + { id: 'schema', url: 'schema', name: '打开外部链接', -- GitLab