1 Star 0 Fork 0

pineapple_pan/uni_shop2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.00 KB
一键复制 编辑 原始数据 按行查看 历史
pineapple_pan 提交于 2022-07-30 17:04 . 完成商品列表页面
{
"pages": [{
"path": "pages/home/home",
"style": {
// "navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cate/cate",
"style": {
// "navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cart/cart",
"style": {
// "navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mine/mine",
"style": {
// "navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}],
"subPackages": [{
"root": "subkg",
"pages": [
{
"path": "goods_detail/goods_detail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "goods_list/goods_list",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"backgroundColor": "#efefef",
"onReachBottomDistance": 150
}
}
,{
"path" : "search/search",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "菠萝杂货店",
"navigationBarBackgroundColor": "#d81e06",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"selectedColor": "#d81e06",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/tab-icon/home.png",
"selectedIconPath": "static/tab-icon/home_action.png"
}, {
"pagePath": "pages/cate/cate",
"text": "分类",
"iconPath": "static/tab-icon/cate.png",
"selectedIconPath": "static/tab-icon/cate_action.png"
}, {
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "static/tab-icon/cart.png",
"selectedIconPath": "static/tab-icon/cart_action.png"
}, {
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "static/tab-icon/mine.png",
"selectedIconPath": "static/tab-icon/mine_action.png"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bboy-panpan/uni_shop2.git
git@gitee.com:bboy-panpan/uni_shop2.git
bboy-panpan
uni_shop2
uni_shop2
master

搜索帮助