1 Star 0 Fork 0

mr_DengLei/WxMarketDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
mr_DengLei 提交于 2020-04-05 21:04 . 引入全局的loading组件
{
"pages": [
"pages/index/index",
"pages/category/index",
"pages/goods_list/index",
"pages/goods_detail/index",
"pages/cart/index",
"pages/collect/index",
"pages/order/index",
"pages/search/index",
"pages/user/index",
"pages/feedback/index",
"pages/login/index",
"pages/auth/index",
"pages/pay/index"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#f00",
"navigationBarTitleText": "黑马优购",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#333",
"selectedColor": "#eb4450",
"list": [
{
"iconPath": "images/icons/home.png",
"selectedIconPath": "images/icons/home-o.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "images/icons/category.png",
"selectedIconPath": "images/icons/category-o.png",
"pagePath": "pages/category/index",
"text": "分类"
},
{
"iconPath": "images/icons/cart.png",
"selectedIconPath": "images/icons/cart-o.png",
"pagePath": "pages/cart/index",
"text": "购物车"
},
{
"iconPath": "images/icons/my.png",
"selectedIconPath": "images/icons/my-o.png",
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"usingComponents": {
"scrolltop": "/components/scrolltop/scrolltop",
"loading": "components/loading/loading"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crazy_about_programming/WxMarketDemo.git
git@gitee.com:crazy_about_programming/WxMarketDemo.git
crazy_about_programming
WxMarketDemo
WxMarketDemo
master

搜索帮助