收藏
回答

app.json导航图标不显示

那里写错了?只要加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 个回答

  • A¹-PKF
    A¹-PKF
    2018-04-28

    还真是路径的问题,谢谢

    2018-04-28
    有用
    回复
  • You can you up
    You can you up
    2018-04-28

    绝对路径

    2018-04-28
    有用
    回复
登录 后发表内容