pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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": true,
  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" : "add_stu_require/add_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. "path" : "my_invite/my_invite",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "我发出的邀请",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ,{
  112. "path" : "student_require/student_require",
  113. "style" :
  114. {
  115. "navigationBarTitleText": "我发布的学员需求",
  116. "enablePullDownRefresh": false,
  117. "app-plus": {
  118. "bounce": "none"
  119. }
  120. }
  121. }
  122. ,{
  123. "path" : "stu_require_detail/stu_require_detail",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "我的需求详情",
  127. "enablePullDownRefresh": false
  128. }
  129. }
  130. ]
  131. }
  132. ],
  133. "globalStyle": {
  134. "navigationBarTextStyle": "black",
  135. "navigationBarTitleText": "自选家教",
  136. "navigationBarBackgroundColor": "#E2F0D9",
  137. "backgroundColor": "#E2F0D9"
  138. },
  139. "tabBar": {
  140. "selectedColor": "#C00000",
  141. "list": [
  142. {
  143. "pagePath": "pages/home/home",
  144. "text": "首页",
  145. "iconPath": "static/tab_icons/home.png",
  146. "selectedIconPath": "static/tab_icons/home_active.png"
  147. },
  148. {
  149. "pagePath": "pages/teacher/teacher",
  150. "text": "找老师",
  151. "iconPath": "static/tab_icons/teacher.png",
  152. "selectedIconPath": "static/tab_icons/teacher_active.png"
  153. },
  154. {
  155. "pagePath": "pages/message/message",
  156. "text": "消息",
  157. "iconPath": "static/tab_icons/message.png",
  158. "selectedIconPath": "static/tab_icons/message_active.png"
  159. },
  160. {
  161. "pagePath": "pages/student/student",
  162. "text": "找学员",
  163. "iconPath": "static/tab_icons/student.png",
  164. "selectedIconPath": "static/tab_icons/student_active.png"
  165. },
  166. {
  167. "pagePath": "pages/my/my",
  168. "text": "我的",
  169. "iconPath": "static/tab_icons/my.png",
  170. "selectedIconPath": "static/tab_icons/my_active.png"
  171. }
  172. ]
  173. }
  174. }