{ "pages": [ "pages/login/index", "pages/activity/index", "pages/my/index", "pages/my/gift", "pages/my/mineActivity", "pages/webview/index", "pages/index/index" ], "subPackages": [ { "root": "pages/activityPackage", "pages": [ "signUp", "checkIn", "checkInAnswer", "giftVoucher", "checkInCert", "stepCount", "stepRanking", "stepRankingFilter", "stepWining", "stepRaffle" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "健步走", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#646464", "selectedColor": "#242F44", "backgroundColor": "#fff", "borderStyle": "white", "list": [ { "pagePath": "pages/activity/index", "text": "活动", "iconPath": "static/images/icon/step.png", "selectedIconPath": "static/images/icon/step_.png" }, { "pagePath": "pages/my/index", "text": "我", "iconPath": "static/images/icon/my.png", "selectedIconPath": "static/images/icon/my_.png" } ] }, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序打卡" } }, "requiredPrivateInfos": [ "getLocation" ], "usingComponents": {} }