提交 eb675ff2 编写于 作者: W wanganxp

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

上级 53eb552f
......@@ -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
}
},
......
......@@ -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: '打开外部链接',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册