app.json导航图标不显示
发布于 4 年前 作者 qiuwei 5071 次浏览 来自 问答

那里写错了?只要加iconPath和selectedIconPath这两项,什么都不显示了

“iconPath”: “assets/img/car.png”,

“selectedIconPath”: “assets/img/car1.png”,

############################################

{

“pages”:[

“pages/index/index”,

“pages/config/config”

],

“window”:{

“backgroundTextStyle”:“light”,

“navigationBarBackgroundColor”: “#FF9999”,

“navigationBarTitleText”: “******”,

“navigationBarTextStyle”:“white”

},

“tabBar”: {

“color”:"#313131",

“selectedColor”: “#CC3333”,

“borderstyle”:"#313131",

“backgroundColor”: “ffffff”,

“list”: [

{

“iconPath”: “assets/img/car.png”,

“selectedIconPath”: “assets/img/car1.png”,

“pagePath”: “pages/index/index”,

“text”: “首页”

},

2 回复

还真是路径的问题,谢谢

回到顶部