微信小程序里如何设置页面底部 微信小程序底部导航栏怎么设置

主机教程 建站分享 2年前 (2022-11-07) 402次浏览

文章摘要:微信小程序里如何设置页面底部 微信小程序底部导航栏怎么设置

微信小程序里设置页面底部的案例: 在小程序项目中app.json配置文件下,添加代码: "tabBar": { […]

微信小程序里设置页面底部的案例:

在小程序项目中app.json配置文件下,添加代码:

"tabBar": {

"color": "#a9b7b7",

"selectedColor": "#11cd6e",

"borderStyle":"white",

"list": [{

"selectedIconPath": "images/111.png",

"iconPath": "images/11.png",

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

"text": "首页"

}, {

"selectedIconPath": "images/221.png",

"iconPath": "images/22.png",

"pagePath": "pages/logs/logs",

"text": "日志"

}, {

"selectedIconPath": "images/331.png",

"iconPath": "images/33.png",

"pagePath": "pages/test/test",

"text": "测试"

}]

},


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:微信小程序里如何设置页面底部 微信小程序底部导航栏怎么设置
文章链接:http://www.7966.org/post/17335.html
转载请注明出处

喜欢 (0)