[更新]新增动态tabBar
This commit is contained in:
32
app.json
32
app.json
@@ -23,6 +23,38 @@
|
||||
"pages/home/projectSuccess/projectSuccess",
|
||||
"pages/home/activeSuccess/activeSuccess"
|
||||
],
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/mall/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/static/tabbar/tabbar_icon_00.png",
|
||||
"selectedIconPath": "/static/tabbar/tabbar_icon_show_00.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mall/index",
|
||||
"text": "商城",
|
||||
"iconPath": "/static/tabbar/tabbar_icon_01.png",
|
||||
"selectedIconPath": "/static/tabbar/tabbar_icon_show_01.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ticket/index",
|
||||
"text": "优惠",
|
||||
"iconPath": "/static/tabbar/tabbar_icon_02.png",
|
||||
"selectedIconPath": "/static/tabbar/tabbar_icon_show_02.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/index",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/tabbar/tabbar_icon_03.png",
|
||||
"selectedIconPath": "/static/tabbar/tabbar_icon_show_03.png"
|
||||
}
|
||||
],
|
||||
"selectedColor": "#0b0041",
|
||||
"color": "#4e4f51",
|
||||
"borderStyle": "white",
|
||||
"custom": true
|
||||
},
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
|
||||
Reference in New Issue
Block a user