收藏
回答

tabBar有重复的页面会自动不显示吗?

tabBar有重复的页面会自动不显示吗?

工具上面显示正常:

手机预览确只显示三个:

华为P30 pro,

线上版本之前是5个菜单,最近有一段时间没发版本,刚刚看居然也变成三个了。

配置如下:

"tabBar": {
    "color""#B2B2B2",
   "selectedColor":"#4777FF",
    "list": [
      {
        "text""首页",
        "pagePath""pages/building/index",
        "iconPath""images/zuzhi1.png",
        "selectedIconPath""images/zuzhi1.png"
      },
      {
        "text""公司",
        "pagePath""pages/company/company",
        "iconPath""images/zuzhi1.png",
        "selectedIconPath""images/zuzhi2.png"
      },
      {
        "text""上市",
        "pagePath""pages/securitiesUserInformation/securitiesUserInformation",
        "iconPath""images/jiangbei1.png",
        "selectedIconPath""images/jiangbei2.png"
      },
      {
        "text""分析",
        "pagePath""pages/building/index",
        "iconPath""images/fenxi1.png",
        "selectedIconPath""images/fenxi2.png"
      },
      {
        "text""资讯",
        "pagePath""pages/building/index",
        "iconPath""images/zixun1.png",
        "selectedIconPath""images/zixun2.png"
      }
    ]
  },
回答关注问题邀请回答
收藏

1 个回答

  • 罗梅光
    罗梅光
    2020-01-09

    测试了下,的确是有相同路径的tabbar以最后一个为准。

    2020-01-09
    有用
    回复 2
    • 柳风
      柳风
      2020-01-09
      只有安卓会去重复的,IOS是正常显示的
      2020-01-09
      回复
    • 罗梅光
      罗梅光
      2020-01-09回复柳风
      可以新建文件然后复制内容。
      2020-01-09
      回复
登录 后发表内容
问题标签