"permission": {
"scope.userLocation": {
"desc": "位置信息将用于小程序打卡"
}
},
"tabBar": {
"color":"#333333",
"selectedColor":"#199ED8",
"list": [
{
"pagePath": "pages/main/main",
"iconPath": "pages/static/address.png",
"selectedIconPath":"pages/static/activeaddress.png",
"text": "签到打卡"
},
{
"pagePath": "pages/date/date",
"iconPath": "pages/static/date.png",
"selectedIconPath":"pages/static/activedate.png",
"text": "签到记录"
},
{
"pagePath": "pages/people/people",
"iconPath": "pages/static/my.png",
"selectedIconPath":"pages/static/activemy.png",
"text": "我的信息"
}
]
},