初始化項目
新建項目
image.png
創建云服務空間
云服務空間
創建db_init.json
db_init.json
初始化云數據庫
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"
}
]
}