打包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
- 更新:2020-12-15 09:29
- 阅读:1623
1 个回复
shinchan
你好请问解决了吗