1 Star 0 Fork 85

Maxwell/heytea

forked from tinypuppet/heytea 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.56 KB
一键复制 编辑 原始数据 按行查看 历史
tinypuppet 提交于 2020-08-26 09:31 . 我的-微信一键登录
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "喜茶GO",
"navigationStyle": "custom"
}
}, {
"path": "pages/order/order",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/my/my",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/integrals/mall",
"style": {
"navigationBarTitleText": "积分商城"
}
}, {
"path": "pages/integrals/detail",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/my/wallet",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/my/mall",
"style": {}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "喜茶GO",
"disableScroll": true
}
}, {
"path": "pages/mart/mart",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/code",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/my/info",
"style": {
"navigationBarTitleText": "个人资料"
}
}, {
"path": "pages/task-center/task-center",
"style": {
"navigationBarTitleText": "任务中心"
}
}, {
"path": "pages/integrals/scores",
"style": {
"navigationBarTitleText": "积分明细",
"disableScroll": true
}
}, {
"path": "pages/my/member",
"style": {
"navigationBarTitleText": "开通星球会员",
"navigationBarBackgroundColor": "#f6f6f6"
}
}, {
"path": "pages/addresses/addresses",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/addresses/add",
"style": {
"navigationBarTitleText": "添加地址"
}
}, {
"path": "pages/pay/pay",
"style": {
"navigationBarTitleText": "订单结算"
}
}, {
"path": "pages/mart/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/home/group-dinner",
"style": {
"navigationBarTitleText": "企业团餐"
}
}, {
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/pay/remark",
"style": {
"navigationBarTitleText": "填写备注"
}
}, {
"path": "pages/gifts/gifts",
"style": {
"navigationBarTitleText": "阿喜有礼"
}
}, {
"path": "pages/my/benefits",
"style": {
"navigationBarTitleText": "会员权益"
}
}, {
"path": "pages/my/member-benefit",
"style": {
"navigationBarTitleText": "星球会员权益"
}
}],
"tabBar": {
"color": "#999999",
"selectedColor": "#343434",
"borderStyle": "white",
"backgroundColor": "#F7F7F7",
"fontSize": "16px",
"iconWidth": "30px",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_selected.png",
"text": "首页"
}, {
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/index.png",
"selectedIconPath": "static/images/tabbar/index_selected.png",
"text": "点单"
}, {
"pagePath": "pages/mart/mart",
"iconPath": "static/images/tabbar/mart.png",
"selectedIconPath": "static/images/tabbar/mart_selected.png",
"text": "百货"
}, {
"pagePath": "pages/order/order",
"iconPath": "static/images/tabbar/order.png",
"selectedIconPath": "static/images/tabbar/order_selected.png",
"text": "订单"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/images/tabbar/my.png",
"selectedIconPath": "static/images/tabbar/my_selected.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FDFDFD"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mark_p/heytea.git
git@gitee.com:mark_p/heytea.git
mark_p
heytea
heytea
master

搜索帮助