问答详情
源自:2-4 配置文件JSON

请问我这个为什么显示不出来呢

 "tabBar":{

   "color": "black",

   "selectedColor": "white",

   "backgroundColor": "#F6F6F6",

   "list":[{

      "pagePath":"pages/zhuye/zhuye",

      "text":"主页",

      "iconPath":"images/ico_2_2.png",

       "selecttedIconpath":"images/ico_2_1.png"

       },

       {

       "pagePath": "pages/ferenzhongxin/gerenzhongxin",

       "text": "个人中心",

       "iconPath": "images/ico_1_2.png",

       "selecttedIconpath": "images/ico_1_1.png"

       },

       {

       "pagePath": "pages/guanyuwomen/guanyuwomen",

       "text": "关于我们",

       "iconPath": "images/ico_4_2.png",

       "selecttedIconpath": "images/ico_4_1.png"

       }]


提问者:qq_慕哥020571 2019-09-26 20:26

个回答

  • 谢成
    2019-09-27 13:43:42
    已采纳

    selectedIconPath中的p应该是大写。

  • a11124
    2019-09-27 16:30:11

    selectedIconPath中的p应该是大写。