php手机网站底部导航代码,微信小程序之底部导航【前端】

一、介绍

1.小程序的底部导航需要在app.json文件里面设置

2.底部导航需要用到tabBar组件

二、具体代码

"tabBar": {

"color": "#a9b7b7",

"selectedColor": "#CC812B",

"borderStyle": "black",

"list": [

{

"selectedIconPath": "images/icon/main_select.png",

"iconPath": "images/icon/main.png",

"pagePath": "pages/index/index",

"text": "综合"

},

{

"selectedIconPath": "images/icon/baike_select.png",

"iconPath": "images/icon/baike.png",

"pagePath": "pages/baike/index",

"text": "百科"

},

{

"selectedIconPath": "images/icon/dynamic_select.png",

"iconPath": "images/icon/dynamic.png",

"pagePath": "pages/dynamic/index",

"text": "添加"

},

{

"selectedIconPath": "images/icon/dynamic_select.png",

"iconPath": "images/icon/dynamic.png",

"pagePath": "pages/dynamic/index",

"text": "动态"

},

{

"selectedIconPath": "images/icon/my_select.png",

"iconPath": "images/icon/my.png",

"pagePath": "pages/my/index",

"text": "我"

}

]

},

9f692cfb2ad3d94ee8ff0b2cb31fcc67.png

三、解释

1.color:字体颜色

2.selectedColor:选中底部导航时的字体颜色

3.selectedIconPath:选中时的icon路径

4.iconPath:未来选中是的icon路径

5.pagePath:页面路径

6.text:文案

备注:特别要说明的是,tabBar下list数组里面的第一条内容,一定要对应pages数组中的第一条内容,否则导航无法显示。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值