开发者工具版本:stable 1.06.2407120
点击可视化,隐隐约约能看到自定义的tabBar,但是被黑色模块遮挡了,如果不点击可视化,看不到自定义的tabBar
app.json配置
{
"pages": [
"pages/button/button",
"pages/index/index",
"pages/navigationBar/navigationBar",
"pages/if/if",
"pages/event/event",
"pages/swiper/swiper",
"pages/list2/list2",
"pages/list/list"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "测试",
"enablePullDownRefresh": true,
"backgroundColor": "#ffffff"
},
"tabBar": {
"color": "#333",
"backgroundColor": "#f5f5f5",
"borderStyle":"black",
"list": [
{"pagePath": "pages/index/index","text": "index"},
{"pagePath": "pages/event/event","text": "event"}
]
},
"style": "v2"
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。