"tabBar": {
"color": "#959394",
"selectedColor": "#959394",
"backgroundColor": "#f0f0f0",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"iconPath":"image/home.png" ,
"text": "首页"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "image/up.png" ,
"text": "日志"
}
]
},
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。