加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
linxin 提交于 2018-05-24 17:08 . '新增搜索功能'
{
"pages": [
"page/component/index",
"page/component/category/category",
"page/component/cart/cart",
"page/component/user/user",
"page/component/address/address",
"page/component/orders/orders",
"page/component/details/details",
"page/component/list/list",
"page/component/search/search"
],
"window": {
"navigationBarTextStyle": "#ffffff",
"navigationBarTitleText": "零食商贩",
"navigationBarBackgroundColor": "#AB956D",
"backgroundColor": "#eeeeee",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#b7b7b7",
"selectedColor": "#AB956D",
"borderStyle": "#f5f5f5",
"backgroundColor": "#f5f5f5",
"list": [{
"pagePath": "page/component/index",
"iconPath": "image/12.png",
"selectedIconPath": "image/11.png",
"text": "主页"
}, {
"pagePath": "page/component/category/category",
"iconPath": "image/22.png",
"selectedIconPath": "image/21.png",
"text": "分类"
}, {
"pagePath": "page/component/cart/cart",
"iconPath": "image/32.png",
"selectedIconPath": "image/31.png",
"text": "购物车"
}, {
"pagePath": "page/component/user/user",
"iconPath": "image/42.png",
"selectedIconPath": "image/41.png",
"text": "我的"
}]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化