租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
4.6 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
2 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
2 months ago
6 months ago
6 months ago
6 months ago
2 months ago
6 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "租房",
  7. "enablePullDownRefresh": true, //`
  8. "onReachBottomDistance": 100
  9. }
  10. },
  11. {
  12. "path": "pages/auth/index",
  13. "style": {
  14. "navigationBarTitleText": "微信登录",
  15. "navigationStyle":"custom"
  16. }
  17. },
  18. {
  19. "path": "pages/login/index",
  20. "style": {
  21. "navigationStyle":"default"
  22. }
  23. },
  24. {
  25. "path": "pages/discover-detail/index",
  26. "style": {
  27. "navigationBarTitleText": "发现详情",
  28. "navigationStyle":"default"
  29. }
  30. },
  31. {
  32. "path": "pages/discover/index",
  33. "style": {
  34. "navigationBarTitleText": "发现",
  35. "enablePullDownRefresh": true, //`
  36. "onReachBottomDistance": 100
  37. }
  38. },
  39. {
  40. "path": "pages/user/index",
  41. "style": {
  42. "navigationBarTitleText": "我的",
  43. "navigationStyle":"default",
  44. "navigationBarBackgroundColor": "#1EC77A",
  45. "navigationBarTextStyle": "white"
  46. }
  47. },
  48. {
  49. "path": "pages/message/index",
  50. "style": {
  51. "navigationBarTitleText": "消息"
  52. }
  53. },
  54. {
  55. "path": "pages/apply/index",
  56. "style": {
  57. "navigationBarTitleText": "申请"
  58. }
  59. }
  60. ],
  61. "subPackages": [
  62. {
  63. "root": "pages_subpack",
  64. "pages": [
  65. {
  66. "path": "category/index",
  67. "style": {
  68. "navigationBarTitleText": "分类",
  69. "enablePullDownRefresh": true
  70. }
  71. },
  72. {
  73. "path": "broker-account/index",
  74. "style": {
  75. "navigationBarTitleText": "经纪人账号"
  76. }
  77. },
  78. {
  79. "path": "detail/index",
  80. "style": {
  81. "navigationBarTitleText": "详情"
  82. }
  83. },
  84. {
  85. "path": "release/index",
  86. "style": {
  87. "navigationBarTitleText": "发布"
  88. }
  89. },
  90. {
  91. "path": "broker/index",
  92. "style": {
  93. "navigationBarTitleText": "经纪人"
  94. }
  95. },
  96. {
  97. "path": "homeowner/index",
  98. "style": {
  99. "navigationBarTitleText": "房东"
  100. }
  101. },
  102. {
  103. "path": "success/index",
  104. "style": {
  105. "navigationBarTitleText": "登录成功"
  106. }
  107. },
  108. {
  109. "path": "house/index",
  110. "style": {
  111. "navigationBarTitleText": "房屋发布"
  112. }
  113. },
  114. {
  115. "path": "realname/index",
  116. "style": {
  117. "navigationBarTitleText": "实名认证"
  118. }
  119. },
  120. {
  121. "path": "successful/index",
  122. "style": {
  123. "navigationBarTitleText": "申请成功"
  124. }
  125. },
  126. {
  127. "path": "broker-apply/index",
  128. "style": {
  129. "navigationBarTitleText": "经纪人申请",
  130. "navigationBarBackgroundColor": "#ffffff",
  131. "navigationBarTextStyle": "black"
  132. }
  133. },
  134. {
  135. "path": "notice/index",
  136. "style": {
  137. "navigationBarTitleText": "公告",
  138. "navigationBarBackgroundColor": "#ffffff",
  139. "navigationBarTextStyle": "black"
  140. }
  141. },
  142. {
  143. "path": "successful-apply/index",
  144. "style": {
  145. "navigationBarTitleText": "提示",
  146. "navigationBarBackgroundColor": "#ffffff",
  147. "navigationBarTextStyle": "black"
  148. }
  149. },
  150. {
  151. "path": "version/index",
  152. "style": {
  153. "navigationBarTitleText": "提示",
  154. "navigationBarBackgroundColor": "#ffffff",
  155. "navigationBarTextStyle": "black"
  156. }
  157. },
  158. {
  159. "path": "broker-center/index",
  160. "style": {
  161. "navigationBarTitleText": "经纪人中心",
  162. "navigationBarBackgroundColor": "#ffffff",
  163. "navigationBarTextStyle": "black"
  164. }
  165. },
  166. {
  167. "path": "landlord-center/index",
  168. "style": {
  169. "navigationBarTitleText": "房东中心",
  170. "navigationBarBackgroundColor": "#ffffff",
  171. "navigationBarTextStyle": "black"
  172. }
  173. },
  174. {
  175. "path": "tourGuide/tourGuide",
  176. "style": {
  177. "navigationBarTitleText": "地图导览",
  178. "navigationBarBackgroundColor": "#1EC77A",
  179. "navigationBarTextStyle": "white"
  180. }
  181. }
  182. ]
  183. }
  184. ],
  185. "globalStyle": {
  186. "navigationBarTextStyle": "white",
  187. "navigationBarTitleText": "租房",
  188. "navigationBarBackgroundColor": "#1EC77A"
  189. },
  190. "tabBar": {
  191. "color": "#666666",
  192. "selectedColor": "#1EC77A",
  193. "backgroundColor": "#ffffff",
  194. "list": [
  195. {
  196. "pagePath": "pages/home/index",
  197. "iconPath": "static/bar/home.png",
  198. "selectedIconPath": "static/bar/home_selected.png",
  199. "text": "首页"
  200. },
  201. // {
  202. // "pagePath": "pages/discover/index",
  203. // "iconPath": "static/bar/find.png",
  204. // "selectedIconPath": "static/bar/find_selected.png",
  205. // "text": "发现"
  206. // },
  207. {
  208. "pagePath": "pages/user/index",
  209. "iconPath": "static/bar/user.png",
  210. "selectedIconPath": "static/bar/user_selected.png",
  211. "text": "我的"
  212. }
  213. ]
  214. },
  215. "uniIdRouter": {}
  216. }