初始化項(xiàng)目
新建項(xiàng)目
創(chuàng)建云服務(wù)空間
pages.json中配置tabbar
"tabBar": {
"color": "#666",
"backgroundColor": "#fff",
"selectedColor": "#f07373",
"list": [
{
"pagePath": "pages/tabbar/index/index",
"text": "首頁",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png"
},
{
"pagePath": "pages/tabbar/follow/follow",
"text": "關(guān)注",
"iconPath": "static/follow.png",
"selectedIconPath": "static/follow-active.png"
},
{
"pagePath": "pages/tabbar/my/my",
"text": "我的",
"iconPath": "static/my.png",
"selectedIconPath": "static/my-active.png"
}
]
}