加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
liuxuanqiang 提交于 2016-10-10 21:33 . 增加了品牌商品列表
{
"pages":[
"pages/index/index",
"pages/classify/index",
"pages/cart/index",
"pages/my/index",
"pages/details/index",
"pages/brand/index",
"pages/list/index"
],
"window":{
"backgroundTextStyle":"white",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "环球小镇",
"navigationBarBackgroundColor": "#292929",
"backgroundColor": "#F2f2f2",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#f9f027",
"borderStyle": "white",
"backgroundColor": "#292929",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/footer-icon-01.png",
"selectedIconPath": "images/footer-icon-01-active.png",
"text": "极速免税"
}, {
"pagePath": "pages/classify/index",
"iconPath": "images/footer-icon-02.png",
"selectedIconPath": "images/footer-icon-02-active.png",
"text": "分类"
}, {
"pagePath": "pages/cart/index",
"iconPath": "images/footer-icon-03.png",
"selectedIconPath": "images/footer-icon-03-active.png",
"text": "购物车"
}, {
"pagePath": "pages/my/index",
"iconPath": "images/footer-icon-04.png",
"selectedIconPath": "images/footer-icon-04-active.png",
"text": "我的"
}]
},
"debug": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化