109 lines
2.4 KiB
JSON
109 lines
2.4 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "发现",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/record/index",
|
|
"style": {
|
|
"navigationBarTitleText": "记录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/store/index",
|
|
"style": {
|
|
"navigationBarTitleText": "健康生活",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"backgroundColor": "#FFFFFF",
|
|
"titleSize": "16",
|
|
"buttons": [
|
|
{
|
|
"float": "left",
|
|
"text": "\ue601",
|
|
"fontSrc": "/static/iconfont.ttf",
|
|
"color": "#666",
|
|
"fontSize": "20px"
|
|
},
|
|
{
|
|
"float": "right",
|
|
"text": "\ue603",
|
|
"fontSrc": "/static/iconfont.ttf",
|
|
"color": "#666",
|
|
"fontSize": "20px"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/auth/auth",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/store/goods",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "详情",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"backgroundColor": "#FFFFFF",
|
|
"type": "transparent"
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"path": "pages/store/buy",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}],
|
|
"tabBar": {
|
|
"borderStyle": "white",
|
|
"selectedColor":"#34CE98",
|
|
"list": [{
|
|
"iconPath":"static/tabBar/tabBar_00.png",
|
|
"selectedIconPath":"static/tabBar/tabBar_show_00.png",
|
|
"pagePath": "pages/index/index",
|
|
"text": "发现"
|
|
},
|
|
{
|
|
"iconPath":"static/tabBar/tabBar_01.png",
|
|
"selectedIconPath":"static/tabBar/tabBar_show_01.png",
|
|
"pagePath": "pages/record/index",
|
|
"text": "记录"
|
|
},
|
|
{
|
|
"iconPath":"static/tabBar/tabBar_02.png",
|
|
"selectedIconPath":"static/tabBar/tabBar_show_02.png",
|
|
"pagePath": "pages/store/index",
|
|
"text": "商城"
|
|
},
|
|
{
|
|
"iconPath":"static/tabBar/tabBar_03.png",
|
|
"selectedIconPath":"static/tabBar/tabBar_show_03.png",
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "ZH健康",
|
|
"navigationBarBackgroundColor":"#F3F6FB",
|
|
"backgroundColorTop": "#F3F6FB",
|
|
"backgroundColorBottom": "#F3F6FB"
|
|
}
|
|
}
|