tabBar 高度bug
发布于 5 年前 作者 yongliang 6294 次浏览 来自 问答
  • 当前 Bug 的表现(可附上截图)
  • 预期表现

应该离底部上面一点

  • 复现路径
  • 提供一个最简复现 Demo
"tabBar": {
    "selectedColor": "#49bb9c",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath": "/static/images/gray-home.png",
        "selectedIconPath": "/static/images/green-home.png"
      },
      {
        "pagePath": "pages/welfareMall/welfareMall",
        "text": "兑福利",
        "iconPath": "/static/images/gray-bag.png",
        "selectedIconPath": "/static/images/green-bag.png"
      },
      {
        "pagePath": "pages/myHome/myHome",
        "text": "我的",
        "iconPath": "/static/images/gray-people.png",
        "selectedIconPath": "/static/images/green-people.png"
      }
    ]
  }
3 回复

发一下重现的代码片段吧,另外请对iphone x上的效果进行拍照,方便我们修复问题。

请提供一下机型、微信版本。截图中的具体问题是?

iphone x下自适应有问题 另一个反馈帖子

回到顶部