tabBar与window、pages并列,pagePath点击进入的页面路径,selectedIconPath点击选中状态

"tabBar": {
"color": "#353535",
"selectedColor": "#3cc51f",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/man.png",
"selectedIconPath": "images/people.png",
"text": "主页"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "images/people.png",
"selectedIconPath": "images/man.png",
"text": "主题日报"
},
{
"pagePath": "pages/demo/demo",
"iconPath": "images/people.png",
"selectedIconPath": "images/man.png",
"text": "测试"
}
]
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-05-15
  • 2022-12-23
猜你喜欢
  • 2021-05-20
  • 2021-09-30
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2021-10-28
相关资源
相似解决方案