1 Star 0 Fork 2.3K

Shun-Ge / 萤火小程序商城-小程序端

forked from 萤火科技 / 萤火商城V2.0 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
萤火科技 提交于 2020-03-26 16:09 . 删除plugins
{
"pages": [
"pages/index/index",
"pages/category/index",
"pages/category/list",
"pages/goods/index",
"pages/search/index",
"pages/flow/index",
"pages/flow/checkout",
"pages/user/index",
"pages/user/help",
"pages/order/index",
"pages/order/detail",
"pages/address/index",
"pages/address/create",
"pages/address/detail",
"pages/login/login"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "dark"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#ff9966",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tabBar/home.png",
"selectedIconPath": "images/tabBar/home_on.png"
},
{
"pagePath": "pages/category/index",
"text": "分类",
"iconPath": "images/tabBar/cate.png",
"selectedIconPath": "images/tabBar/cate_on.png"
},
{
"pagePath": "pages/flow/index",
"text": "购物车",
"iconPath": "images/tabBar/cart.png",
"selectedIconPath": "images/tabBar/cart_on.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "images/tabBar/user.png",
"selectedIconPath": "images/tabBar/user_on.png"
}
],
"position": "bottom"
},
"debug": false,
"sitemapLocation": "sitemap.json"
}
PHP
1
https://gitee.com/shun-ge/yoshop_wechat.git
git@gitee.com:shun-ge/yoshop_wechat.git
shun-ge
yoshop_wechat
萤火小程序商城-小程序端
master

搜索帮助