收藏
回答

一直显示app.json不正确,我写了好几个程序都是这样。为什么?

{

  "pages": [

    "pages/home/index",

    "pages/book-list/index",

    "pages/book-detail/index",

    "pages/sell-book/index",

    "pages/cart/index",

    "pages/order/index",

    "pages/profile/index",

    "pages/location/index"

  ],

  "windowBackgroundTextStyle": "light",

  "navigationBarBackgroundColor": "#ffffff",

  "navigationBarTextStyle": "black",

  "navigationBarTitleText": "Book Bazaar",

  "backgroundColor": "#eeeeee",

  "backgroundTextStyle": "light",

  "tabBar": {

    "color": "#8a8a8a",

    "selectedColor": "#ff5a5a",

    "backgroundColor": "#ffffff",

    "borderStyle": "black",

    "list": [

      {

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

        "text": "首页",

        "iconPath": "resources/icon/home.png",

        "selectedIconPath": "resources/icon/home-active.png"

      },

      {

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

        "text": "购物车",

        "iconPath": "resources/icon/cart.png",

        "selectedIconPath": "resources/icon/cart-active.png"

      },

      {

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

        "text": "我的",

        "iconPath": "resources/icon/mine.png",

        "selectedIconPath": "resources/icon/mine-active.png"

      }

    ]

  }

}

[ app.json 文件内容错误] app.json: ["tabBar"]["list"][0]["iconPath"]: "resources/icon/home.png" not found

["tabBar"]["list"][0]["selectedIconPath"]: "resources/icon/home-active.png" not found

["tabBar"]["list"][1]["iconPath"]: "resources/icon/cart.png" not found

["tabBar"]["list"][1]["selectedIconPath"]: "resources/icon/cart-active.png" not found

["tabBar"]["list"][2]["iconPath"]: "resources/icon/mine.png" not found

["tabBar"]["list"][2]["selectedIconPath"]: "resources/icon/mine-active.png" not found(env: Windows,mp,1.06.2412050; lib: 3.7.11)

这个是说我这些地方错了

所有东西我都有,不知道哪里错了。

回答关注问题邀请回答
收藏

3 个回答

  • 跨商通
    跨商通
    03-14

    icons和icon,低级错误。

    03-14
    有用 1
    回复
  • 正青春
    正青春
    03-14

    图片路径不对

    03-14
    有用 1
    回复
  • 路人
    路人
    03-14

    icons

    03-14
    有用 1
    回复
登录 后发表内容