微信小程序-学习笔记13-tabBar页面设置

{
  "pages":[
    "pages/index/index",
    "pages/post/post",
    "pages/logs/logs"
  ],
  "window":{
    "backgroundTextStyle":"light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "首页",
    "navigationBarTextStyle":"black"
  },
  "tabBar":{
    "color":"#9DACB7",
    "selectedColor":"#34B457",
    "backgroundColor":"lightblue",
    "borderStyle":"white",
    "list":[
      {
        "pagePath":"pages/index/index",
        "text":"首页",
        "iconPath":"images/01.png",
        "selectedIconPath":"images/1.png"
      },
      {
        "pagePath":"pages/post/post",
        "text":"话题",
        "iconPath": "images/02.png",
        "selectedIconPath": "images/2.png"
      },
      {
          "pagePath": "pages/logs/logs",
          "text": "节点",
          "iconPath": "images/03.png",
          "selectedIconPath": "images/3.png"
      }
    ]
  }
}

 

posted @ 2018-01-26 17:10  安静的嘶吼  阅读(708)  评论(0编辑  收藏  举报