{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/wish/wish",
"pages/surprise/surprise",
"pages/list/list",
"pages/happy/happy"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black",
"backgroundColor": "#ffffff",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#666",
"selectedColor": "#3cc51f",
"backgroundColor": "#eee",
"borderStyle": "white",
"list": [{
"pagePath": "pages/wish/wish",
"text": "圣诞许愿",
"iconPath": "images/wish.png",
"selectedIconPath": "images/wish_active.png"
}, {
"pagePath": "pages/surprise/surprise",
"text": "惊喜盒子",
"iconPath": "images/surprise.png",
"selectedIconPath": "images/surprise_active.png"
}]
}
}
小程序学习(一)tabBar底部导航
最新推荐文章于 2024-08-07 22:38:02 发布