宝哥哥会飞
宝哥哥会飞
  • 发布:2021-03-22 10:44
  • 更新:2021-03-22 11:42
  • 阅读:514

【报Bug】tabbar选中状态文字不显示仅安卓机出现

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 10.15.6

HBuilderX类型: 正式

HBuilderX版本号: 3.1.6

手机系统: Android

手机系统版本号: Android 11

手机厂商: 华为

手机机型: 安卓机都一样

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

"tabBar": {
"color": "#222222",
"selectedColor": "#222222 ",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"iconWidth":"20px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/tabbar/home_icon1.png",
"selectedIconPath": "static/image/tabbar/home_icon2.png",
"text": "首页"
}, {
"pagePath": "pages/houses/house",
"iconPath": "static/image/tabbar/house_icon1.png",
"selectedIconPath": "static/image/tabbar/house_icon2.png",
"text": "楼盘"
},
{
"pagePath": "pages/client/client",
"iconPath": "static/image/tabbar/client_icon1.png",
"selectedIconPath": "static/image/tabbar/client_icon2.png",
"text": "客户"
},
{
"pagePath": "pages/m/m",
"iconPath": "static/image/tabbar/m_icon1.png",
"selectedIconPath": "static/image/tabbar/m_icon2.png",
"text": "消息"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/image/tabbar/my_icon1.png",
"selectedIconPath": "static/image/tabbar/my_icon2.png",
"text": "我的"
}
]

},

操作步骤:

tabbar选中状态文字不显示

预期结果:

tabbar选中状态文字显示

实际结果:

tabbar选中状态文字不显示

bug描述:

tabbar选中状态文字不显示。

2021-03-22 10:44 负责人:无 分享
已邀请:
DCloud_Android_ST

DCloud_Android_ST

"selectedColor": "#222222 ", 多了个空格 改为:"selectedColor": "#222222",

该问题目前已经被锁定, 无法添加新回复