1 Star 0 Fork 17

lgliushq/小程序商城

forked from guowentao/小程序商城 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
guowentao 提交于 2018-05-20 21:02 . tianguoxiaopu
{
"pages":[
"pages/start/start",
"pages/classification/index",
"pages/choiceness/index",
"pages/finder/index",
"pages/ucenter/index/index",
"pages/search/index",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/select-address/index",
"pages/address-add/index",
"pages/ucenter/order-list/index",
"pages/order-details/index",
"pages/wuliu/index",
"pages/ucenter/mycoupons/index",
"pages/notice/show",
"pages/recharge/index",
"pages/withdraw/index",
"pages/kanjia/index",
"pages/authorize/index",
"pages/ucenter/feedback/feedback",
"pages/ucenter/location/location"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black",
"navigationBarBackgroundColor": "#69C3AA"
},
"tabBar": {
"color": "#929292",
"selectedColor": "#69C3AA",
"borderStyle": "black",
"backgroundColor": "#fff",
"box-shadow":"0 0 4px 0",
"list": [{
"pagePath": "pages/choiceness/index",
"iconPath": "images/nav/select-off.png",
"selectedIconPath": "images/nav/select-on.png",
"text": "精选"
},{
"pagePath": "pages/finder/index",
"iconPath": "images/nav/find-off.png",
"selectedIconPath": "images/nav/find-on.png",
"text": "发现"
},{
"pagePath": "pages/classification/index",
"iconPath": "images/nav/classification-off.png",
"selectedIconPath": "images/nav/classification-on.png",
"text": "分类"
},{
"pagePath": "pages/shop-cart/index",
"iconPath": "images/nav/cart-off.png",
"selectedIconPath": "images/nav/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/ucenter/index/index",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}]
},
"networkTimeout": {
"request": 5000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lgliushq/small_program_mall.git
git@gitee.com:lgliushq/small_program_mall.git
lgliushq
small_program_mall
小程序商城
master

搜索帮助