tab
This commit is contained in:
24
pages.json
24
pages.json
@@ -57,5 +57,29 @@
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar":{
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#3cc51f",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"height": "50px",
|
||||
"fontSize": "10px",
|
||||
"iconWidth": "24px",
|
||||
"spacing": "3px",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": "",
|
||||
"text": "首页",
|
||||
"selectedColor":"#FBFBFB"
|
||||
}, {
|
||||
"pagePath": "pages/user/index",
|
||||
"iconPath": "",
|
||||
"selectedIconPath": "",
|
||||
"text": "我的",
|
||||
"selectedColor":"#FBFBFB"
|
||||
}]
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user