pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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" : "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. "path" : "my_invite/my_invite",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "我发出的邀请",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ]
  112. }
  113. ],
  114. "globalStyle": {
  115. "navigationBarTextStyle": "white",
  116. "navigationBarTitleText": "自选家教",
  117. "navigationBarBackgroundColor": "#C00000",
  118. "backgroundColor": "#FFFFFF"
  119. },
  120. "tabBar": {
  121. "selectedColor": "#C00000",
  122. "list": [
  123. {
  124. "pagePath": "pages/home/home",
  125. "text": "首页",
  126. "iconPath": "static/tab_icons/home.png",
  127. "selectedIconPath": "static/tab_icons/home_active.png"
  128. },
  129. {
  130. "pagePath": "pages/teacher/teacher",
  131. "text": "找老师",
  132. "iconPath": "static/tab_icons/teacher.png",
  133. "selectedIconPath": "static/tab_icons/teacher_active.png"
  134. },
  135. {
  136. "pagePath": "pages/message/message",
  137. "text": "消息",
  138. "iconPath": "static/tab_icons/message.png",
  139. "selectedIconPath": "static/tab_icons/message_active.png"
  140. },
  141. {
  142. "pagePath": "pages/student/student",
  143. "text": "找学员",
  144. "iconPath": "static/tab_icons/student.png",
  145. "selectedIconPath": "static/tab_icons/student_active.png"
  146. },
  147. {
  148. "pagePath": "pages/my/my",
  149. "text": "我的",
  150. "iconPath": "static/tab_icons/my.png",
  151. "selectedIconPath": "static/tab_icons/my_active.png"
  152. }
  153. ]
  154. }
  155. }