uni-app学习笔记(一)
关于底部导航栏
在page.json加入
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "rgb(0, 122, 255)",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
// "iconPath": "static/tab-home.png",
// "sele
原创
2021-04-14 11:11:51 ·
491 阅读 ·
0 评论