初始化项目
新建项目
创建云服务空间
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": "关注",
"iconPath": "static/follow.png",
"selectedIconPath": "static/follow-active.png"
},
{
"pagePath": "pages/tabbar/my/my",
"text": "我的",
"iconPath": "static/my.png",
"selectedIconPath": "static/my-active.png"
}
]
}