基础库版本:2.11.0
app.json设置tabBar:
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#0000ff",
"borderStyle": "black" ,
"list": [
{
"pagePath": "pages/welcome/home/home",
"text": "首页",
"iconPath": "/static/icon/home.png",
"selectedIconPath": "/static/icon/home-select.png"
},
{
"pagePath": "pages/tenders/tenders_list/tenders_list",
"text": "招标公告",
"iconPath": "/static/icon/message.png",
"selectedIconPath": "/static/icon/message-select.png"
},
{
"pagePath": "pages/mine/myhome/myhome",
"text": "我的",
"iconPath": "/static/icon/me.png",
"selectedIconPath": "/static/icon/me-select.png"
}
]
}
效果图:
已经设置了选中的颜色,但是不起作用,文字颜色还是显示的绿色,而且这绿色不知道从哪来的,默认的?
麻烦遇到的童鞋帮忙解答下?
不应该是绿色吗?
谁级别高的,帮我邀请腾讯的技术过来看看