码迷,mamicode.com
首页 > 微信 > 详细

微信小程序配置tab栏

时间:2019-05-23 23:11:02      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:日志   微信小程序   首页   内容   ack   code   文件   round   程序配置   

   "tabBar": {
      "color":"#333",    // 文字颜色
      "selectedColor": "#666",  // tab被选中后的颜色
      "backgroundColor":"#fff",  // tab背景颜色
      "position":"bottom",  // tab的位置
      "list": [
        {
          "pagePath": "pages/test/test",  //  跳转的页面
          "text": "首页",   // tab文字内容
          "iconPath":"./static/icon1.png",   //图标的路径,只支持本地
          "selectedIconPath":"./static/icon2.png"  // tab被选择后的图标,只支持本地
        },
        {
          "pagePath": "pages/haha/haha",
          "text": "日志",
          "iconPath": "./static/icon3.png",
          "selectedIconPath": "./static/icon4.png"
        }
      ]
    },

 

注意:tab的数量在2 - 5 个之间

           小程序的文件不能大于2M

微信小程序配置tab栏

标签:日志   微信小程序   首页   内容   ack   code   文件   round   程序配置   

原文地址:https://www.cnblogs.com/luguankun/p/10914875.html

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