收藏
回答

tabbar没有显示出来?

{
  "pages": [
    "pages/index/index",
    "pages/course/course",
    "pages/weibo/weibo",
    "pages/logs/logs",
    "images/tabber"
  ],
  "window": {
    "backgroundTextStyle": "dark",
    "navigationBarBackgroundColor": "#ccc",
    "navigationBarTextStyle": "black",
    "navigationStyle": "default",
    "navigationBarTitleText": "微信接口功能演示",
    "backgroundColor": "pink",
    "enablePullDownRefresh": true
  },
  "tabBar": {
    "color": "#8a8a8a",
    "selectedColor": "#1AAD16",
    "list": [
      {
     "pagePath":"pages/index/index",
      "text":"微信",
      "iconpath":"images/tabbar/tabbar.png",
      "selectedIconpath":"images/tabbar/tabbarselected.png"
      },
      {
        "pagePath": "pages/course/course",
        "text": "通讯录",
        "iconpath": "images/tabbar/通讯录.png",
        "selectedIconpath": "images/tabbar/通讯录selected.png"
      },
      {
        "pagePath": "pages/weibo/weibo",
        "text": "发现",
        "iconpath": "images/tabbar/发现.png",
        "selectedIconpath": "images/tabbar/发现selected.pn"
      },
      {
        "pagePath": "pages/logs/logs",
        "text": "我",
        "iconpath": "images/tabbar/我.png",
        "selectedIconpath": "images/tabbar/我selected.png"
      }
    ]
  },
  "debug": true  ,
  "sitemapLocation": "sitemap.json"
}

各位麻烦看一下 研究了半天 找不到错误 也没有报错 没有显示图片

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

2 个回答

登录 后发表内容
问题标签