"tabBar": { // 导航设置
"color": "#bfbfbf", // 未选中文字样式
"selectedColor": "#d81e06", // 选中文字样式
"list": [ // 底部内容 list至少两个
{
"selectedIconPath": "images/204首页-线性.png", // 选中图片样式
"iconPath": "images/204首页-线性 (1).png", // 未选中图片样式
"pagePath": "pages/index/index", // 跳转路径
"text": "首页" // 底部文字
},
{
"selectedIconPath": "images/列表,分类.png",
"iconPath": "images/列表,分类 (1).png",
"pagePath": "pages/part/part",
"text": "分类"
},
]
}
网友评论