tabBar 去掉文字后 在模拟器上 y轴是居中的,真机上没有垂直居中
发布于 5 年前 作者 qxia 8066 次浏览 来自 问答
  • 当前 Bug 的表现(可附上截图)
  • 预期表现

代码片段

“tabBar”: {

“selectedColor”: “#8eb6cf”,

“list”: [

{

“pagePath”: “pages/index/index”,

“iconPath”: “/images/home.png”,

“selectedIconPath”: “/images/[email protected],

“text”: “”

},

{

“pagePath”: “pages/cart/cart”,

“iconPath”: “/images/cart.png”,

“selectedIconPath”: “/images/[email protected],

“text”: “”

},

{

“pagePath”: “pages/user/user”,

“iconPath”: “/images/me.png”,

“selectedIconPath”: “/images/[email protected],

“text”: “”

}

]

}

2 回复

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

必填的吧

回到顶部