提交 eb675ff2 编写于 作者: W wanganxp

隐藏iOS不兼容的页面,修改页面标题

上级 53eb552f
...@@ -1046,7 +1046,7 @@ ...@@ -1046,7 +1046,7 @@
{ {
"path": "pages/template/list-news/list-news", "path": "pages/template/list-news/list-news",
"style": { "style": {
"navigationBarTitleText": "列表到详情示例" "navigationBarTitleText": "列表到详情示例(吸顶)"
} }
}, },
{ {
...@@ -1109,21 +1109,21 @@ ...@@ -1109,21 +1109,21 @@
{ {
"path": "pages/template/long-list/long-list", "path": "pages/template/long-list/long-list",
"style": { "style": {
"navigationBarTitleText": "顶部搜索框随时下移长列表", "navigationBarTitleText": "Android顶部搜索框随时下移长列表",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
{ {
"path": "pages/template/long-list2/long-list2", "path": "pages/template/long-list2/long-list2",
"style": { "style": {
"navigationBarTitleText": "顶部banner长列表", "navigationBarTitleText": "顶部banner长列表嵌套滚动示例",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
{ {
"path": "pages/template/long-list-nested/long-list-nested", "path": "pages/template/long-list-nested/long-list-nested",
"style": { "style": {
"navigationBarTitleText": "顶部banner长列表", "navigationBarTitleText": "顶部banner长列表嵌套滚动示例",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
......
...@@ -63,18 +63,18 @@ ...@@ -63,18 +63,18 @@
enable: true, enable: true,
pages: [ pages: [
{ {
name: '顶部搜索框随时下移长列表', name: 'Android顶部搜索框随时下移长列表',
url: 'long-list' url: 'long-list'
}, },
// #ifdef APP-ANDROID || WEB // #ifdef APP-ANDROID || WEB
{ {
name: '顶部banner长列表', name: '顶部banner长列表(嵌套滚动)',
url: 'long-list2' url: 'long-list2'
}, },
// #endif // #endif
// #ifdef APP-IOS // #ifdef APP-IOS
{ {
name: '顶部banner长列表', name: '顶部banner长列表(嵌套滚动)',
url: 'long-list-nested' url: 'long-list-nested'
}, },
// #endif // #endif
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
{ {
id: 'list-news', id: 'list-news',
url: 'list-news', url: 'list-news',
name: '列表到详情', name: '列表到详情(吸顶)',
open: false, open: false,
pages: [] as Page[], pages: [] as Page[],
}, },
...@@ -185,7 +185,10 @@ ...@@ -185,7 +185,10 @@
name: '日历', name: '日历',
open: false, open: false,
pages: [] as Page[], pages: [] as Page[],
}, { },
// #endif
// #ifdef APP-ANDROID
{
id: 'schema', id: 'schema',
url: 'schema', url: 'schema',
name: '打开外部链接', name: '打开外部链接',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册