9 Star 21 Fork 12

朝乐门 / wechat-app-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages":[
"pages/start/start",
"pages/index/index",
"pages/goods-details/index",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/select-address/index",
"pages/address-add/index",
"pages/order-list/index",
"pages/order-details/index",
"pages/wuliu/index",
"pages/mycoupons/index",
"pages/my/index",
"pages/notice/show",
"pages/recharge/index",
"pages/withdraw/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#fff",
"box-shadow":"0 0 6px 0",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.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": "我的"
}]
}
}
JavaScript
1
https://gitee.com/chaolemen/wechat-app-mall.git
git@gitee.com:chaolemen/wechat-app-mall.git
chaolemen
wechat-app-mall
wechat-app-mall
master

搜索帮助