收藏
回答

tabBar 去掉文字后 在模拟器上 y轴是居中的,真机上没有垂直居中

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug tabBar 客户端 7.0.3 2.6.1

- 当前 Bug 的表现(可附上截图)


- 预期表现



代码片段

"tabBar": {

"selectedColor": "#8eb6cf",

"list": [

{

"pagePath": "pages/index/index",

"iconPath": "/images/home.png",

"selectedIconPath": "/images/home@.png",

"text": ""

},

{

"pagePath": "pages/cart/cart",

"iconPath": "/images/cart.png",

"selectedIconPath": "/images/cart@.png",

"text": ""

},

{

"pagePath": "pages/user/user",

"iconPath": "/images/me.png",

"selectedIconPath": "/images/me@.png",

"text": ""

}

]

}


最后一次编辑于  2019-04-08
回答关注问题邀请回答
收藏

2 个回答

  • 是小白啊
    是小白啊
    2019-04-09

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

    2019-04-09
    有用
    回复 1
    • 123
      123
      2019-09-11
      明知道的问题不解决还这么麻烦要信息代码片段什么的
      2019-09-11
      回复
  • 正周
    正周
    2019-04-08

    必填的吧

    2019-04-08
    有用
    回复
登录 后发表内容