1 Star 0 Fork 2

文宗主/小程序外卖

forked from Path/小程序外卖 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Path 提交于 2018-09-27 00:32 . 'vv'
{
"pages": [
"pages/index/index",
"pages/merchant/merchant",
"pages/discover/discover",
"pages/order/order",
"pages/mine/mine",
"pages/dec/dec",
"pages/SetInformation/SetInformation",
"pages/classifyList/classifyList"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#06c1ae",
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/tabbar/[email protected]",
"selectedIconPath": "img/tabbar/[email protected]"
},
{
"pagePath": "pages/merchant/merchant",
"text": "附近",
"iconPath": "img/tabbar/[email protected]",
"selectedIconPath": "img/tabbar/[email protected]"
},
{
"pagePath": "pages/discover/discover",
"text": "逛一逛",
"iconPath": "img/tabbar/[email protected]",
"selectedIconPath": "img/tabbar/[email protected]"
},
{
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "img/tabbar/[email protected]",
"selectedIconPath": "img/tabbar/[email protected]"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "img/tabbar/[email protected]",
"selectedIconPath": "img/tabbar/[email protected]"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/WenPatriarch/small_program_takeaway.git
[email protected]:WenPatriarch/small_program_takeaway.git
WenPatriarch
small_program_takeaway
小程序外卖
master

搜索帮助