1 Star 0 Fork 32

幽冥狂 / hioshop-miniprogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
奇乐俱乐部 提交于 2020-03-04 16:35 . 增加一个线下支付的按钮
{
"pages": [
"pages/index/index",
"pages/app-auth/index",
"pages/category/index",
"pages/cart/cart",
"pages/share/index",
"pages/search/search",
"pages/order-check/index",
"pages/goods/goods",
"pages/ucenter/about/index",
"pages/ucenter/address/index",
"pages/ucenter/address-detail/index",
"pages/ucenter/index/index",
"pages/ucenter/settings/index",
"pages/ucenter/order-list/index",
"pages/ucenter/goods-list/index",
"pages/ucenter/order-details/index",
"pages/ucenter/express-info/index",
"pages/ucenter/footprint/index",
"pages/payResult/payResult",
"pages/payOffline/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#ff3456",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/nav/icon-index-b.png",
"selectedIconPath": "images/nav/icon-index-r.png",
"text": "首页"
},
{
"pagePath": "pages/category/index",
"iconPath": "images/nav/icon-cate-off.png",
"selectedIconPath": "images/nav/icon-cate-on.png",
"text": "分类"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "images/nav/icon-cart-b.png",
"selectedIconPath": "images/nav/icon-cart-r.png",
"text": "购物车"
},
{
"pagePath": "pages/ucenter/index/index",
"iconPath": "images/nav/icon-center-b.png",
"selectedIconPath": "images/nav/icon-center-r.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/youmingkuang/hioshop-miniprogram.git
git@gitee.com:youmingkuang/hioshop-miniprogram.git
youmingkuang
hioshop-miniprogram
hioshop-miniprogram
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891