收藏
回答

小程序在iphoneX下导航选中时不显示文字

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 客户端 7.0.3 2.6.5

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



小程序在iphoneX下导航选中时不显示文字


- 提供一个最简复现 Demo

demo参考生产小程序搜索特意练习


回答关注问题邀请回答
收藏

1 个回答

  • 疯狂的小辣椒
    疯狂的小辣椒
    2019-04-15

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2019-04-15
    有用
    回复 4
    • 2019-04-15

      "tabBar": {

      "color": "#999",

      "selectedColor": "black",

      "backgroundColor": "#fff",

      "list": [

      {

      "pagePath": "pages/time/Index/Index",

      "text": "时间管理",

      "iconPath": "images/tab/tm1.png",

      "selectedIconPath": "images/tab/tm2.png"

      },

      {

      "pagePath": "pages/note/GroupList/GroupList",

      "text": "我的笔记",

      "iconPath": "images/menu/home1.png",

      "selectedIconPath": "images/menu/home2.png"

      },

      {

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

      "text": "个人中心",

      "iconPath": "images/menu/personal1.png",

      "selectedIconPath": "images/menu/personal2.png"

      }

      ]

      },


      2019-04-15
      回复
    • 2019-04-15回复

      就是在app.js里面配置的tabBar哈,  你用iphoneX在小程序搜一下 特意练习,选中tab的时候下面的字就不显示哈

      2019-04-15
      回复
    • 2019-04-15

      辛苦 !

      2019-04-15
      回复
    • 2019-04-15

      谢谢  已经可以了哈

      "selectedColor""black", 换成

      "selectedColor": "#1296db",


      2019-04-15
      回复
登录 后发表内容