收藏
回答

大佬们我的tabbar为什么找不着图片?

"tabBar": {

    "list": [

      {

        "iconPath": "/image/index.png",

        "pagePath": "pages/index/index",

        "selectedIconPath": "/image/index_fill.png",

        "text": "首页"

      },

      {

        "iconPath": "/image/classify.png",

        "pagePath": "pages/classify/classify",

        "selectedIconPath": "/image/classify_fill.png",

        "text": "分类"

      },

      {

        "iconPath": "/image/collection.png",

        "pagePath": "pages/collection/collection",

        "selectedIconPath": "/image/collection_fill.png",

        "text": "收藏"

      },

      {

        "iconPath": "/image/me.png",

        "pagePath": "pages/me/me",

        "selectedIconPath": "/image/me_fill.png",

        "text": "我的"

      }

    ]

  },

回答关注问题邀请回答
收藏
登录 后发表内容