首页 > 其他 > 详细

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

时间:2018-01-26 17:59:08      阅读:138      评论:0      收藏:0      [点我收藏+]
{
  "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"
      }
    ]
  }
}

 

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

原文:https://www.cnblogs.com/haimengqingyuan/p/8360506.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!