pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "pages": [
  3. {
  4. "path" : "pages/home/home",
  5. "style" :
  6. {
  7. "enablePullDownRefresh": false
  8. }
  9. }
  10. ,{
  11. "path" : "pages/my/my",
  12. "style" :
  13. {
  14. "navigationBarTitleText": "个人中心",
  15. "enablePullDownRefresh": false
  16. }
  17. }
  18. ,{
  19. "path" : "pages/teacher/teacher",
  20. "style" :
  21. {
  22. // "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false,
  24. "onReachBottomDistance": 150
  25. }
  26. }
  27. ,{
  28. "path" : "pages/student/student",
  29. "style" :
  30. {
  31. "enablePullDownRefresh": false
  32. }
  33. }
  34. ,{
  35. "path" : "pages/message/message",
  36. "style" :
  37. {
  38. // "navigationBarTitleText": "",
  39. "enablePullDownRefresh": false
  40. }
  41. }
  42. ],
  43. "subPackages": [
  44. {
  45. "root": "subpkg",
  46. "pages": [
  47. {
  48. "path" : "user_detail/user_detail",
  49. "style" :
  50. {
  51. "navigationBarTitleText": "编辑账号",
  52. "enablePullDownRefresh": false
  53. }
  54. }
  55. ,{
  56. "path" : "stu_require/stu_require",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "我的需求",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "search/search",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "",
  68. "enablePullDownRefresh": false
  69. }
  70. }
  71. ,{
  72. "path" : "teacher_authorize/teacher_authorize",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "老师认证",
  76. "enablePullDownRefresh": false
  77. }
  78. }
  79. ,{
  80. "path" : "course_publish/course_publish",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "课程发布",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "add_course/add_course",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "新增课程",
  92. "enablePullDownRefresh": false
  93. }
  94. }
  95. ,{
  96. "path" : "teacher_detail/teacher_detail",
  97. "style" :
  98. {
  99. "navigationBarTitleText": "老师详情",
  100. "enablePullDownRefresh": false
  101. }
  102. }
  103. ]
  104. }
  105. ],
  106. "globalStyle": {
  107. "navigationBarTextStyle": "white",
  108. "navigationBarTitleText": "自选家教",
  109. "navigationBarBackgroundColor": "#C00000",
  110. "backgroundColor": "#FFFFFF"
  111. },
  112. "tabBar": {
  113. "selectedColor": "#C00000",
  114. "list": [
  115. {
  116. "pagePath": "pages/home/home",
  117. "text": "首页",
  118. "iconPath": "static/tab_icons/home.png",
  119. "selectedIconPath": "static/tab_icons/home_active.png"
  120. },
  121. {
  122. "pagePath": "pages/teacher/teacher",
  123. "text": "找老师",
  124. "iconPath": "static/tab_icons/teacher.png",
  125. "selectedIconPath": "static/tab_icons/teacher_active.png"
  126. },
  127. {
  128. "pagePath": "pages/message/message",
  129. "text": "消息",
  130. "iconPath": "static/tab_icons/message.png",
  131. "selectedIconPath": "static/tab_icons/message_active.png"
  132. },
  133. {
  134. "pagePath": "pages/student/student",
  135. "text": "找学员",
  136. "iconPath": "static/tab_icons/student.png",
  137. "selectedIconPath": "static/tab_icons/student_active.png"
  138. },
  139. {
  140. "pagePath": "pages/my/my",
  141. "text": "我的",
  142. "iconPath": "static/tab_icons/my.png",
  143. "selectedIconPath": "static/tab_icons/my_active.png"
  144. }
  145. ]
  146. }
  147. }