6***@qq.com
6***@qq.com
  • 发布:2020-07-06 15:20
  • 更新:2020-07-06 16:17
  • 阅读:629

tabbar 在安卓上 字体会不显示! ios和h5上没问题

分类:HBuilderX


"tabBar" : {
"color" : "black",
"selectedColor" : "#FFA524",
"backgroundColor" : "white",
"borderStyle" :"black",
"list" : [
{
"pagePath" : "pages/index/indexNew",
"text" : "首页",
"iconPath" : "./static/tabBar/inx.png",
"selectedIconPath" : "./static/tabBar/chooseix.png"
},
{
"pagePath" : "pages/pageFound/pageFound",
"text" : "发现",
"iconPath" : "./static/tabBar/found.png",
"selectedIconPath" : "./static/tabBar/choosefd.png"
},
{
"pagePath" : "pages/person-center/person-center",
"text" : "个人中心",
"iconPath" : "./static/tabBar/user.png",
"selectedIconPath" : "./static/tabBar/chooseus.png"
}
]
},

2020-07-06 15:20 负责人:无 分享
已邀请:
9***@qq.com

9***@qq.com - 代码的搬运工

tabBar:里面的颜色根据官方文档来。十六进制的颜色

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