1 Star 0 Fork 0

山间的月呀/uni-shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
山间的月呀 提交于 2021-08-21 18:49 . 完成了购物车组件
{
"pages": [{
"path": "pages/home/home",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/cate/cate",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/cart/cart",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/my",
"style": {
"enablePullDownRefresh": false
}
}],
//配置分包节点
"subPackages": [{
"root": "subPkg",
"pages": [{
"path": "goods_detail/goods_detail",
"style": {
"navigationBarTitleText": "品优购",
"enablePullDownRefresh": false
}
}, {
"path": "goods_list/goods_list",
"style": {
"navigationBarTitleText": "品优购",
"enablePullDownRefresh": true,
"onReachBottomDistance": 150,
"backgroundColor": "#f8f8f8"
}
}, {
"path": "search/search",
"style": {
"navigationBarTitleText": "品优购",
"enablePullDownRefresh": false
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "品优购",
"navigationBarBackgroundColor": "#C00000",
"backgroundColor": "#FFFFFF"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
},
//tabbar节点
"tabBar": {
"selectedColor": "#C00000",
"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/cart/cart",
"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"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/the-moon-in-the-mountains/uni-shop.git
[email protected]:the-moon-in-the-mountains/uni-shop.git
the-moon-in-the-mountains
uni-shop
uni-shop
master

搜索帮助