{ "pages": [{ "path": "pages/home/home", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false } }, { "path": "pages/teacher/teacher", "style": { "navigationBarTitleText": "找老师", "enablePullDownRefresh": true, "onReachBottomDistance": 150 } }, { "path": "pages/student/student", "style": { "enablePullDownRefresh": true, "onReachBottomDistance": 150 } }, { "path": "pages/message/message", "style": { "navigationBarTitleText": "消息", "enablePullDownRefresh": false } }], "subPackages": [{ "root": "subpkg", "pages": [ { "path": "user_detail/user_detail", "style": { "navigationBarTitleText": "编辑账号", "enablePullDownRefresh": false } }, { "path": "add_stu_require/add_stu_require", "style": { "navigationBarTitleText": "新增学员需求", "enablePullDownRefresh": false } }, { "path": "search/search", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "add_teacher_authorize/add_teacher_authorize", "style": { "navigationBarTitleText": "教员认证", "enablePullDownRefresh": false } }, { "path": "teacher_authorize/teacher_authorize", "style": { "navigationBarTitleText": "我的教员认证", "enablePullDownRefresh": false } }, { "path": "course_publish/course_publish", "style": { "navigationBarTitleText": "我发布的教员课程", "enablePullDownRefresh": true, "onReachBottomDistance": 150 } }, { "path": "add_course/add_course", "style": { "navigationBarTitleText": "新增课程", "enablePullDownRefresh": false } }, { "path": "teacher_detail/teacher_detail", "style": { "navigationBarTitleText": "课程详情", "enablePullDownRefresh": false } }, { "path": "my_invite/my_invite", "style": { "navigationBarTitleText": "我发出的邀请", "enablePullDownRefresh": false } }, { "path": "student_require/student_require", "style": { "navigationBarTitleText": "我发布的学员需求", "enablePullDownRefresh": true, "onReachBottomDistance": 150, "app-plus": { "bounce": "none" } } }, { "path": "stu_require_detail/stu_require_detail", "style": { "navigationBarTitleText": "我的需求详情", "enablePullDownRefresh": false } }, { "path": "all_stu_require_detail/all_stu_require_detail", "style": { "navigationBarTitleText": "需求详情", "enablePullDownRefresh": false } }, { "path": "my_collect_require/my_collect_require", "style": { "navigationBarTitleText": "我收藏的学员需求" } }, { "path": "my_invite_detail/my_invite_detail", "style": { "navigationBarTitleText": "我发出的邀请详情", "enablePullDownRefresh": false } }, { "path": "teacher_authorize_detail/teacher_authorize_detail", "style": { "navigationBarTitleText": "我的教员认证详情" } }, { "path": "my_got_invitation/my_got_invitation", "style": { "navigationBarTitleText": "我收到的邀请", "enablePullDownRefresh": false } }, { "path": "my_got_invitation_detail/my_got_invitation_detail", "style": { "navigationBarTitleText": "我收到的邀请详情", "enablePullDownRefresh": false } },{ "path": "course_detail/course_detail", "style": { "navigationBarTitleText": "课程详情", "enablePullDownRefresh": false } }, { "path": "my_collect_course/my_collect_course", "style": { "navigationBarTitleText": "我收藏的课程", "enablePullDownRefresh": false } } ,{ "path" : "order_detail/order_detail", "style" : { "navigationBarTitleText": "我的订单详情", "enablePullDownRefresh": false } } ,{ "path" : "my_orders/my_orders", "style" : { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": false } } ,{ "path" : "message_detail/message_detail", "style" : { "navigationBarTitleText": "消息内容", "enablePullDownRefresh": false } } ,{ "path" : "student_order_detail/student_order_detail", "style" : { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } } ] }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "自选家教", "navigationBarBackgroundColor": "#E2F0D9", "backgroundColor": "#E2F0D9" }, "tabBar": { "selectedColor": "#C00000", "list": [{ "pagePath": "pages/home/home", "text": "首页", "iconPath": "static/tab_icons/home.png", "selectedIconPath": "static/tab_icons/home_active.png" }, { "pagePath": "pages/teacher/teacher", "text": "找老师", "iconPath": "static/tab_icons/teacher.png", "selectedIconPath": "static/tab_icons/teacher_active.png" }, { "pagePath": "pages/message/message", "text": "消息", "iconPath": "static/tab_icons/message.png", "selectedIconPath": "static/tab_icons/message_active.png" }, { "pagePath": "pages/student/student", "text": "找学员", "iconPath": "static/tab_icons/student.png", "selectedIconPath": "static/tab_icons/student_active.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/tab_icons/my.png", "selectedIconPath": "static/tab_icons/my_active.png" } ] } }