pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. {
  2. "pages": [{
  3. "path": "pages/home/home",
  4. "style": {
  5. "enablePullDownRefresh": false,
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/my/my",
  10. "style": {
  11. "navigationBarTitleText": "个人中心",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/teacher/teacher",
  16. "style": {
  17. "navigationBarTitleText": "找老师",
  18. "enablePullDownRefresh": true,
  19. "onReachBottomDistance": 150
  20. }
  21. }, {
  22. "path": "pages/student/student",
  23. "style": {
  24. "enablePullDownRefresh": true,
  25. "onReachBottomDistance": 150
  26. }
  27. }, {
  28. "path": "pages/message/message",
  29. "style": {
  30. "navigationBarTitleText": "消息",
  31. "enablePullDownRefresh": false
  32. }
  33. }],
  34. "subPackages": [{
  35. "root": "subpkg",
  36. "pages": [
  37. {
  38. "path": "user_detail/user_detail",
  39. "style": {
  40. "navigationBarTitleText": "编辑账号",
  41. "enablePullDownRefresh": false
  42. }
  43. }, {
  44. "path": "add_stu_require/add_stu_require",
  45. "style": {
  46. "navigationBarTitleText": "新增学员需求",
  47. "enablePullDownRefresh": false
  48. }
  49. }, {
  50. "path": "search/search",
  51. "style": {
  52. "navigationBarTitleText": "",
  53. "enablePullDownRefresh": false
  54. }
  55. }, {
  56. "path": "add_teacher_authorize/add_teacher_authorize",
  57. "style": {
  58. "navigationBarTitleText": "教员认证",
  59. "enablePullDownRefresh": false
  60. }
  61. }, {
  62. "path": "teacher_authorize/teacher_authorize",
  63. "style": {
  64. "navigationBarTitleText": "我的教员认证",
  65. "enablePullDownRefresh": false
  66. }
  67. }, {
  68. "path": "course_publish/course_publish",
  69. "style": {
  70. "navigationBarTitleText": "我发布的教员课程",
  71. "enablePullDownRefresh": true,
  72. "onReachBottomDistance": 150
  73. }
  74. }, {
  75. "path": "add_course/add_course",
  76. "style": {
  77. "navigationBarTitleText": "新增课程",
  78. "enablePullDownRefresh": false
  79. }
  80. }, {
  81. "path": "teacher_detail/teacher_detail",
  82. "style": {
  83. "navigationBarTitleText": "课程详情",
  84. "enablePullDownRefresh": false
  85. }
  86. }, {
  87. "path": "my_invite/my_invite",
  88. "style": {
  89. "navigationBarTitleText": "我发出的邀请",
  90. "enablePullDownRefresh": false
  91. }
  92. }, {
  93. "path": "student_require/student_require",
  94. "style": {
  95. "navigationBarTitleText": "我发布的学员需求",
  96. "enablePullDownRefresh": true,
  97. "onReachBottomDistance": 150,
  98. "app-plus": {
  99. "bounce": "none"
  100. }
  101. }
  102. }, {
  103. "path": "stu_require_detail/stu_require_detail",
  104. "style": {
  105. "navigationBarTitleText": "我的需求详情",
  106. "enablePullDownRefresh": false
  107. }
  108. }, {
  109. "path": "all_stu_require_detail/all_stu_require_detail",
  110. "style": {
  111. "navigationBarTitleText": "需求详情",
  112. "enablePullDownRefresh": false
  113. }
  114. },
  115. {
  116. "path": "my_collect_require/my_collect_require",
  117. "style": {
  118. "navigationBarTitleText": "我收藏的学员需求"
  119. }
  120. },
  121. {
  122. "path": "my_invite_detail/my_invite_detail",
  123. "style": {
  124. "navigationBarTitleText": "我发出的邀请详情",
  125. "enablePullDownRefresh": false
  126. }
  127. },
  128. {
  129. "path": "teacher_authorize_detail/teacher_authorize_detail",
  130. "style": {
  131. "navigationBarTitleText": "我的教员认证详情"
  132. }
  133. }, {
  134. "path": "my_got_invitation/my_got_invitation",
  135. "style": {
  136. "navigationBarTitleText": "我收到的邀请",
  137. "enablePullDownRefresh": false
  138. }
  139. }, {
  140. "path": "my_got_invitation_detail/my_got_invitation_detail",
  141. "style": {
  142. "navigationBarTitleText": "我收到的邀请详情",
  143. "enablePullDownRefresh": false
  144. }
  145. },{
  146. "path": "course_detail/course_detail",
  147. "style": {
  148. "navigationBarTitleText": "课程详情",
  149. "enablePullDownRefresh": false
  150. }
  151. }, {
  152. "path": "my_collect_course/my_collect_course",
  153. "style": {
  154. "navigationBarTitleText": "我收藏的课程",
  155. "enablePullDownRefresh": false
  156. }
  157. }
  158. ,{
  159. "path" : "order_detail/order_detail",
  160. "style" :
  161. {
  162. "navigationBarTitleText": "我的订单详情",
  163. "enablePullDownRefresh": false
  164. }
  165. }
  166. ,{
  167. "path" : "my_orders/my_orders",
  168. "style" :
  169. {
  170. "navigationBarTitleText": "我的订单",
  171. "enablePullDownRefresh": false
  172. }
  173. }
  174. ,{
  175. "path" : "message_detail/message_detail",
  176. "style" :
  177. {
  178. "navigationBarTitleText": "消息内容",
  179. "enablePullDownRefresh": false
  180. }
  181. }
  182. ,{
  183. "path" : "student_order_detail/student_order_detail",
  184. "style" :
  185. {
  186. "navigationBarTitleText": "订单详情",
  187. "enablePullDownRefresh": false
  188. }
  189. }
  190. ]
  191. }],
  192. "globalStyle": {
  193. "navigationBarTextStyle": "black",
  194. "navigationBarTitleText": "自选家教",
  195. "navigationBarBackgroundColor": "#E2F0D9",
  196. "backgroundColor": "#E2F0D9"
  197. },
  198. "tabBar": {
  199. "selectedColor": "#C00000",
  200. "list": [{
  201. "pagePath": "pages/home/home",
  202. "text": "首页",
  203. "iconPath": "static/tab_icons/home.png",
  204. "selectedIconPath": "static/tab_icons/home_active.png"
  205. },
  206. {
  207. "pagePath": "pages/teacher/teacher",
  208. "text": "找老师",
  209. "iconPath": "static/tab_icons/teacher.png",
  210. "selectedIconPath": "static/tab_icons/teacher_active.png"
  211. },
  212. {
  213. "pagePath": "pages/message/message",
  214. "text": "消息",
  215. "iconPath": "static/tab_icons/message.png",
  216. "selectedIconPath": "static/tab_icons/message_active.png"
  217. },
  218. {
  219. "pagePath": "pages/student/student",
  220. "text": "找学员",
  221. "iconPath": "static/tab_icons/student.png",
  222. "selectedIconPath": "static/tab_icons/student_active.png"
  223. },
  224. {
  225. "pagePath": "pages/my/my",
  226. "text": "我的",
  227. "iconPath": "static/tab_icons/my.png",
  228. "selectedIconPath": "static/tab_icons/my_active.png"
  229. }
  230. ]
  231. }
  232. }