pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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. "enablePullDownRefresh": true,
  23. "onReachBottomDistance": 150
  24. }
  25. }
  26. ,{
  27. "path" : "pages/student/student",
  28. "style" :
  29. {
  30. "enablePullDownRefresh": true,
  31. "onReachBottomDistance": 150
  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" : "add_teacher_authorize/add_teacher_authorize",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "教员认证",
  76. "enablePullDownRefresh": false
  77. }
  78. }
  79. ,{
  80. "path" : "teacher_authorize/teacher_authorize",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "我的教员认证",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "course_publish/course_publish",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "我发布的教员课程",
  92. "enablePullDownRefresh": true,
  93. "onReachBottomDistance": 150
  94. }
  95. }
  96. ,{
  97. "path" : "add_course/add_course",
  98. "style" :
  99. {
  100. "navigationBarTitleText": "新增课程",
  101. "enablePullDownRefresh": false
  102. }
  103. }
  104. ,{
  105. "path" : "teacher_detail/teacher_detail",
  106. "style" :
  107. {
  108. "navigationBarTitleText": "课程详情",
  109. "enablePullDownRefresh": false
  110. }
  111. }
  112. ,{
  113. "path" : "my_invite/my_invite",
  114. "style" :
  115. {
  116. "navigationBarTitleText": "我发出的邀请",
  117. "enablePullDownRefresh": false
  118. }
  119. }
  120. ,{
  121. "path" : "student_require/student_require",
  122. "style" :
  123. {
  124. "navigationBarTitleText": "我发布的学员需求",
  125. "enablePullDownRefresh": true,
  126. "onReachBottomDistance": 150,
  127. "app-plus": {
  128. "bounce": "none"
  129. }
  130. }
  131. }
  132. ,{
  133. "path" : "stu_require_detail/stu_require_detail",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "我的需求详情",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "all_stu_require_detail/all_stu_require_detail",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "需求详情",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "my_collect_require/my_collect_require",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "我收藏的学员需求",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "teacher_authorize_detail/teacher_authorize_detail",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "我的教员认证详情",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "course_detail/course_detail",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "",
  169. "enablePullDownRefresh": false
  170. }
  171. }
  172. ,{
  173. "path" : "my_collect_course/my_collect_course",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "我收藏的课程",
  177. "enablePullDownRefresh": false
  178. }
  179. }
  180. ]
  181. }
  182. ],
  183. "globalStyle": {
  184. "navigationBarTextStyle": "black",
  185. "navigationBarTitleText": "自选家教",
  186. "navigationBarBackgroundColor": "#E2F0D9",
  187. "backgroundColor": "#E2F0D9"
  188. },
  189. "tabBar": {
  190. "selectedColor": "#C00000",
  191. "list": [
  192. {
  193. "pagePath": "pages/home/home",
  194. "text": "首页",
  195. "iconPath": "static/tab_icons/home.png",
  196. "selectedIconPath": "static/tab_icons/home_active.png"
  197. },
  198. {
  199. "pagePath": "pages/teacher/teacher",
  200. "text": "找老师",
  201. "iconPath": "static/tab_icons/teacher.png",
  202. "selectedIconPath": "static/tab_icons/teacher_active.png"
  203. },
  204. {
  205. "pagePath": "pages/message/message",
  206. "text": "消息",
  207. "iconPath": "static/tab_icons/message.png",
  208. "selectedIconPath": "static/tab_icons/message_active.png"
  209. },
  210. {
  211. "pagePath": "pages/student/student",
  212. "text": "找学员",
  213. "iconPath": "static/tab_icons/student.png",
  214. "selectedIconPath": "static/tab_icons/student_active.png"
  215. },
  216. {
  217. "pagePath": "pages/my/my",
  218. "text": "我的",
  219. "iconPath": "static/tab_icons/my.png",
  220. "selectedIconPath": "static/tab_icons/my_active.png"
  221. }
  222. ]
  223. }
  224. }