加油站付款小程序,打印小票
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

73 lines
1.5 KiB

{
"pages": [{
"path": "pages/payment/payment",
"style": {
"navigationBarTitleText": "加油"
}
},
{
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/wxUserInfo",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/weddingCelebration/weddingCelebration",
"style": {
"navigationBarTitleText": "婚庆服务"
}
},
{
"path" : "pages/promotion/promotion",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "unapp模板",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"tabBar": {
"backgroundColor": "white",
"selectedColor": "#33a5fc",
"list": [
{
"pagePath": "pages/payment/payment",
"iconPath": "static/tabbar/1.png",
"selectedIconPath": "static/tabbar/2.png",
"text": "加油"
},
{
"pagePath": "pages/weddingCelebration/weddingCelebration",
"iconPath": "static/tabbar/5.png",
"selectedIconPath": "static/tabbar/6.png",
"text": "佳通婚礼车队服务"
},
{
"pagePath": "pages/center/center",
"iconPath": "static/tabbar/3.png",
"selectedIconPath": "static/tabbar/4.png",
"text": "个人中心"
}
]
},
"uniIdRouter": {}
}