1 Star 0 Fork 220

王也/面馆小程序

forked from javazj/面馆小程序 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
javazj 提交于 2019-04-13 10:11 . version 0.0.1
{
"pages":[
"pages/index/index",
"pages/category/category",
"pages/start/start",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/wuliu/index",
"pages/my/index",
"pages/notice/show",
"pages/recharge/index",
"pages/withdraw/index",
"pages/kanjia/index",
"pages/authorize/index",
"pages/score-excharge/index",
"pages/asset/index",
"pages/score/index",
"pages/sign/index",
"pages/maidan/index",
"pages/coupons/index"
],
"window":{
"backgroundTextStyle":"light",
"backgroundColor": "#f6f0e3",
"navigationBarBackgroundColor": "#f6f0e3",
"navigationBarTitleText": "",
"navigationBarTextStyle":"black",
"onReachBottomDistance":50,
"navigationStyle": "default"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#f6f0e3",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "images/nav/ic_catefory_normal.png",
"selectedIconPath": "images/nav/ic_catefory_pressed.png",
"text": "菜单"
},
{
"pagePath": "pages/shop-cart/index",
"iconPath": "images/nav/cart-off.png",
"selectedIconPath": "images/nav/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/my/index",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Onepon/noodle_shop_procedures.git
git@gitee.com:Onepon/noodle_shop_procedures.git
Onepon
noodle_shop_procedures
面馆小程序
master

搜索帮助