50 Star 123 Fork 38

tumobi / eweapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
tumobi 提交于 2017-08-28 13:41 . feat 添加购物车页面
{
"pages": [
"pages/index/index",
"pages/goods/detail/detail",
"pages/member/index/index",
"pages/goods/list/list",
"pages/catalog/catalog",
"pages/shopping/cart/cart",
"pages/auth/login/login"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "ecshop小程序商城",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#d81e06",
"backgroundColor": "#fafafa",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/icon_home.png",
"selectedIconPath": "images/icon_home_active.png"
},
{
"pagePath": "pages/catalog/catalog",
"text": "分类",
"iconPath": "images/icon_catalog.png",
"selectedIconPath": "images/icon_catalog_active.png"
},
{
"pagePath": "pages/shopping/cart/cart",
"text": "购物车",
"iconPath": "images/icon_cart.png",
"selectedIconPath": "images/icon_cart_active.png"
},
{
"pagePath": "pages/member/index/index",
"text": "我的",
"iconPath": "images/icon_member.png",
"selectedIconPath": "images/icon_member_active.png"
}
]
}
}
JavaScript
1
https://gitee.com/tumobi/eweapp.git
git@gitee.com:tumobi/eweapp.git
tumobi
eweapp
eweapp
master

搜索帮助