pages.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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": true,
  32. "onReachBottomDistance": 150
  33. }
  34. }
  35. ,{
  36. "path" : "pages/message/message",
  37. "style" :
  38. {
  39. // "navigationBarTitleText": "",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. ],
  44. "subPackages": [
  45. {
  46. "root": "subpkg",
  47. "pages": [
  48. {
  49. "path" : "user_detail/user_detail",
  50. "style" :
  51. {
  52. "navigationBarTitleText": "编辑账号",
  53. "enablePullDownRefresh": false
  54. }
  55. }
  56. ,{
  57. "path" : "add_stu_require/add_stu_require",
  58. "style" :
  59. {
  60. "navigationBarTitleText": "新增学员需求",
  61. "enablePullDownRefresh": false
  62. }
  63. }
  64. ,{
  65. "path" : "search/search",
  66. "style" :
  67. {
  68. "navigationBarTitleText": "",
  69. "enablePullDownRefresh": false
  70. }
  71. }
  72. ,{
  73. "path" : "teacher_authorize/teacher_authorize",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "老师认证",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "course_publish/course_publish",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "课程发布",
  85. "enablePullDownRefresh": false
  86. }
  87. }
  88. ,{
  89. "path" : "add_course/add_course",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "新增课程",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ,{
  97. "path" : "teacher_detail/teacher_detail",
  98. "style" :
  99. {
  100. "navigationBarTitleText": "老师详情",
  101. "enablePullDownRefresh": false
  102. }
  103. }
  104. ,{
  105. "path" : "my_invite/my_invite",
  106. "style" :
  107. {
  108. "navigationBarTitleText": "我发出的邀请",
  109. "enablePullDownRefresh": false
  110. }
  111. }
  112. ,{
  113. "path" : "student_require/student_require",
  114. "style" :
  115. {
  116. "navigationBarTitleText": "我发布的学员需求",
  117. "enablePullDownRefresh": true,
  118. "onReachBottomDistance": 150,
  119. "app-plus": {
  120. "bounce": "none"
  121. }
  122. }
  123. }
  124. ,{
  125. "path" : "stu_require_detail/stu_require_detail",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "我的需求详情",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "all_stu_require_detail/all_stu_require_detail",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "需求详情",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ]
  141. }
  142. ],
  143. "globalStyle": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "自选家教",
  146. "navigationBarBackgroundColor": "#E2F0D9",
  147. "backgroundColor": "#E2F0D9"
  148. },
  149. "tabBar": {
  150. "selectedColor": "#C00000",
  151. "list": [
  152. {
  153. "pagePath": "pages/home/home",
  154. "text": "首页",
  155. "iconPath": "static/tab_icons/home.png",
  156. "selectedIconPath": "static/tab_icons/home_active.png"
  157. },
  158. {
  159. "pagePath": "pages/teacher/teacher",
  160. "text": "找老师",
  161. "iconPath": "static/tab_icons/teacher.png",
  162. "selectedIconPath": "static/tab_icons/teacher_active.png"
  163. },
  164. {
  165. "pagePath": "pages/message/message",
  166. "text": "消息",
  167. "iconPath": "static/tab_icons/message.png",
  168. "selectedIconPath": "static/tab_icons/message_active.png"
  169. },
  170. {
  171. "pagePath": "pages/student/student",
  172. "text": "找学员",
  173. "iconPath": "static/tab_icons/student.png",
  174. "selectedIconPath": "static/tab_icons/student_active.png"
  175. },
  176. {
  177. "pagePath": "pages/my/my",
  178. "text": "我的",
  179. "iconPath": "static/tab_icons/my.png",
  180. "selectedIconPath": "static/tab_icons/my_active.png"
  181. }
  182. ]
  183. }
  184. }