码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-01-26 18:43:40      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:select   html   rbac   设置   tab   border   let   images   nbsp   

{
  "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页面设置

标签:select   html   rbac   设置   tab   border   let   images   nbsp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!