1 Star 0 Fork 368

天命之谓性 / 小象电商 微信小程序商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
1234qwer 提交于 2021-03-24 13:12 . 修改直播组件
{
"pages": [
"pages/index/index",
"pages/profile/profile",
"pages/login/login",
"pages/help/help",
"pages/receiver/list",
"pages/receiver/add",
"pages/receiver/edit",
"pages/order/list",
"pages/order/view",
"pages/cart/list",
"pages/checkout/checkout",
"pages/category/list",
"pages/category/index",
"pages/search/index",
"pages/product/detail",
"pages/zhibo/list",
"pages/zhibo/index"
],
"window": {
"navigationBarBackgroundColor": "#f02c6c",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"backgroundTextStyle": "dark"
},
"tabBar": {
"color": "#f02c6c",
"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/cart/list",
"text": "购物车",
"iconPath": "images/tabBar/cart.png",
"selectedIconPath": "images/tabBar/cart_on.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "images/tabBar/user.png",
"selectedIconPath": "images/tabBar/user_on.png"
}
],
"position": "bottom"
},
"debug": false,
"sitemapLocation": "sitemap.json"
}
Java
1
https://gitee.com/the-nature-of-destiny/xiaoxiangb2b2c-weichat.git
git@gitee.com:the-nature-of-destiny/xiaoxiangb2b2c-weichat.git
the-nature-of-destiny
xiaoxiangb2b2c-weichat
小象电商 微信小程序商城
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891