加油站付款小程序,打印小票
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.
 
 
 
 

33 lines
805 B

{
"pages": [
"pages/login/login",
"pages/payment/payment",
"pages/center/center"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"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/center/center",
"iconPath": "static/tabbar/3.png",
"selectedIconPath": "static/tabbar/4.png",
"text": "个人中心"
}
]
},
"usingComponents": {}
}