底部导航配置
This commit is contained in:
parent
04fad4b18c
commit
b7499b24c3
|
|
@ -44,20 +44,26 @@
|
||||||
"backgroundColor": "#F8F8F8"
|
"backgroundColor": "#F8F8F8"
|
||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
"color": "#7A7E83",
|
"color": "#666666",
|
||||||
"selectedColor": "#3cc51f",
|
"selectedColor": "#4173FF",
|
||||||
"borderStyle": "black",
|
"borderStyle": "black",
|
||||||
"backgroundColor": "#ffffff",
|
"backgroundColor": "#ffffff",
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
|
"iconPath": "/static/images/tabs/home.png",
|
||||||
|
"selectedIconPath": "/static/images/tabs/home_s.png",
|
||||||
"pagePath": "pages/index/index",
|
"pagePath": "pages/index/index",
|
||||||
"text": "首页"
|
"text": "首页"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"iconPath": "/static/images/tabs/news.png",
|
||||||
|
"selectedIconPath": "/static/images/tabs/news_s.png",
|
||||||
"pagePath": "pages/news/news",
|
"pagePath": "pages/news/news",
|
||||||
"text": "资讯"
|
"text": "资讯"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"iconPath": "/static/images/tabs/user.png",
|
||||||
|
"selectedIconPath": "/static/images/tabs/user_s.png",
|
||||||
"pagePath": "pages/user/user",
|
"pagePath": "pages/user/user",
|
||||||
"text": "我的"
|
"text": "我的"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 831 B |
Binary file not shown.
|
After Width: | Height: | Size: 839 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue