飞翔的路灯
飞翔的路灯
  • 发布:2019-09-05 09:47
  • 更新:2020-12-15 09:29
  • 阅读:1550

tabBar 微信小程序里 有时显示不出来

分类:uni-app

打包APP没问题,在微信小程序里有时候就不显示,需要删了重进才行。
代码如下:
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#25D4A8",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/1.png",
"selectedIconPath": "static/1.1.png",
"text": "练习题"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/2.png",
"selectedIconPath": "static/2.2.png",
"text": "模拟考试"
},
{
"pagePath": "pages/error/error",
"iconPath": "static/3.png",
"selectedIconPath": "static/3.3.png",
"text": "错题库"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/4.png",
"selectedIconPath": "static/4.4.png",
"text": "我的"
}
]
}

2019-09-05 09:47 负责人:无 分享
已邀请:
shinchan

shinchan

你好请问解决了吗

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