加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
mengfafa 提交于 2024-01-06 10:21 . 完成首页 分类 搜索 详情开发
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "subpkg",
"pages": [{
"path": "good_datail/good_datail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "good_list/good_list",
"style": {
"navigationBarTitleText": "搜索列表",
"enablePullDownRefresh": true,//是否开启下拉刷新
"backgroundColor": "#f8f8f8",
"onReachBottomDistance": 150//页面上拉触底事件触发时距页面底部距离
}
},
{
"path": "search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": " ",
"navigationBarBackgroundColor": "#00aaff",
"backgroundColor": "#00aaff",
"backgroundColorTop": "#00aaff"
},
"tabBar": {
"selectedColor": "#C00000",
"list": [{
"text": "首页",
"iconPath": "static/tab_icons/home.png",
"selectedIconPath": "static/tab_icons/home-active.png",
"pagePath": "pages/index/index"
},
{
"text": "分类",
"iconPath": "static/tab_icons/cate.png",
"selectedIconPath": "static/tab_icons/cate-active.png",
"pagePath": "pages/cate/cate"
},
{
"text": "购物车",
"iconPath": "static/tab_icons/cart.png",
"selectedIconPath": "static/tab_icons/cart-active.png",
"pagePath": "pages/cart/cart"
},
{
"text": "我的",
"iconPath": "static/tab_icons/my.png",
"selectedIconPath": "static/tab_icons/my-active.png",
"pagePath": "pages/mine/mine"
}
]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化