客户最近发现选中原生tabbar的时候突然有个颜色,不知道从哪来的。而且说很多台手机也出现这样的状况。
json里的文件是这样的:
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#fc5051",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/images/tabbar/home1.png",
"selectedIconPath": "/images/tabbar/home.png",
"text": "首页"
},
{
"pagePath": "pages/goods/find/find",
"iconPath": "/images/tabbar/find1.png",
"selectedIconPath": "/images/tabbar/find.png",
"text": "发现"
},
{
"pagePath": "pages/goods/cart/cart",
"iconPath": "/images/tabbar/cart1.png",
"selectedIconPath": "/images/tabbar/cart.png",
"text": "购物车"
},
{
"pagePath": "pages/index/user/user",
"iconPath": "/images/tabbar/my1.png",
"selectedIconPath": "/images/tabbar/my.png",
"text": "会员中心"
}
]
}
你好,是所有机型都这样么?是否有使用深色模式?
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
iphone X真机打开小程序未发现该问题
我也出现了同样的问题 只有苹果系统的部分型号有这个问题
感觉是微信的bug
这边试了下线上版本没出现背景颜色的问题
小程序名字是? 我搜索试下。