pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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": false,
  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. }
  97. ],
  98. "globalStyle": {
  99. "navigationBarTextStyle": "white",
  100. "navigationBarTitleText": "自选家教",
  101. "navigationBarBackgroundColor": "#C00000",
  102. "backgroundColor": "#FFFFFF"
  103. },
  104. "tabBar": {
  105. "selectedColor": "#C00000",
  106. "list": [
  107. {
  108. "pagePath": "pages/home/home",
  109. "text": "首页",
  110. "iconPath": "static/tab_icons/home.png",
  111. "selectedIconPath": "static/tab_icons/home_active.png"
  112. },
  113. {
  114. "pagePath": "pages/teacher/teacher",
  115. "text": "找老师",
  116. "iconPath": "static/tab_icons/teacher.png",
  117. "selectedIconPath": "static/tab_icons/teacher_active.png"
  118. },
  119. {
  120. "pagePath": "pages/message/message",
  121. "text": "消息",
  122. "iconPath": "static/tab_icons/message.png",
  123. "selectedIconPath": "static/tab_icons/message_active.png"
  124. },
  125. {
  126. "pagePath": "pages/student/student",
  127. "text": "找学员",
  128. "iconPath": "static/tab_icons/student.png",
  129. "selectedIconPath": "static/tab_icons/student_active.png"
  130. },
  131. {
  132. "pagePath": "pages/my/my",
  133. "text": "我的",
  134. "iconPath": "static/tab_icons/my.png",
  135. "selectedIconPath": "static/tab_icons/my_active.png"
  136. }
  137. ]
  138. }
  139. }