1 Star 0 Fork 0

挽歌 / 挽歌商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
挽歌 提交于 2023-05-16 20:51 . 完成了商品列表页的开发
{
"pages": [{
"path": "pages/home/home",
"style": {}
}, {
"path": "pages/cate/cate",
"style": {}
}, {
"path": "pages/shopcart/shopcart",
"style": {}
}, {
"path": "pages/my/my",
"style": {}
}],
"subPackages": [{
"root": "subpkg",
"pages": [{
"path": "goods_detail/goods_detail",
"style": {}
}, {
"path": "goods_list/goods_list",
"style": {
// 设置上拉触底的距离
"onReachBottomDistance": 150,
// 开启下拉刷新功能
"enablePullDownRefresh": true,
"backgroundColor": "#F8F8F8"
}
}, {
"path": "search/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}]
}],
"tabBar": {
"selectedColor": "#FF0000",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/tab_icons/home.png",
"selectedIconPath": "static/tab_icons/home-active.png"
},
{
"pagePath": "pages/cate/cate",
"text": "分类",
"iconPath": "static/tab_icons/cate.png",
"selectedIconPath": "static/tab_icons/cate-active.png"
},
{
"pagePath": "pages/shopcart/shopcart",
"text": "购物车",
"iconPath": "static/tab_icons/cart.png",
"selectedIconPath": "static/tab_icons/cart-active.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/tab_icons/my.png",
"selectedIconPath": "static/tab_icons/my-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "挽歌商城",
"navigationBarBackgroundColor": "#646566",
"backgroundColor": "#FFFFFF"
}
}
1
https://gitee.com/AngelicElegy/elegy-mall.git
git@gitee.com:AngelicElegy/elegy-mall.git
AngelicElegy
elegy-mall
挽歌商城
master

搜索帮助