1 Star 0 Fork 5

txfy不乖/mz-wxmp

forked from vbyzc/mz-wxmp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
vbyzc 提交于 2018-11-09 17:33 . update
{
"pages": [
"pages/index/index",
"pages/cart/cartList/cartList",
"pages/cart/orderSubmit/orderSubmit",
"pages/order/myorder/myorder",
"pages/my/mycenter/mycenter",
"pages/order/orderDetail/orderDetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "拇指外卖",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#999",
"selectedColor": "#333",
"borderStyle": "black",
"position": "bottom",
"backgroundColor": "#fff",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "images/icon_index_2.png",
"selectedIconPath": "images/icon_index_1.png"
},
{
"text": "订单",
"pagePath": "pages/order/myorder/myorder",
"iconPath": "images/icon_order_2.png",
"selectedIconPath": "images/icon_order_1.png"
},
{
"text": "外卖",
"pagePath": "pages/cart/cartList/cartList",
"iconPath": "images/icon_food_2.png",
"selectedIconPath": "images/icon_food_1.png"
},
{
"text": "我的",
"pagePath": "pages/my/mycenter/mycenter",
"iconPath": "images/icon_my_2.png",
"selectedIconPath": "images/icon_my_1.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/547369334/mz-wxmp.git
[email protected]:547369334/mz-wxmp.git
547369334
mz-wxmp
mz-wxmp
master

搜索帮助