1 Star 0 Fork 0

ever/wx-store

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
lee 提交于 2018-11-07 15:38 . add exercise page
{
"pages": [
"pages/index/index",
"pages/user/index",
"pages/cart/index",
"pages/list/index",
"pages/detail/index",
"pages/web/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"onReachBottomDistance": true
},
"tabBar": {
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-select.png"
},
{
"pagePath": "pages/list/index",
"text": "分类",
"iconPath": "images/cate.png",
"selectedIconPath": "images/cate-select.png"
},
{
"pagePath": "pages/cart/index",
"text": "购物车",
"iconPath": "images/shoppingcart.png",
"selectedIconPath": "images/shoppingcart-select.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-select.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lisifeng/wx-store.git
git@gitee.com:lisifeng/wx-store.git
lisifeng
wx-store
wx-store
master

搜索帮助