租房小程序前端代码
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.

221 lines
4.8 KiB

6 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
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
2 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. "path": "pages/tourGuide/tourGuide",
  62. "style": {
  63. "navigationBarTitleText": "地图导览",
  64. "navigationBarBackgroundColor": "#1EC77A",
  65. "navigationBarTextStyle": "white"
  66. }
  67. }
  68. ],
  69. "subPackages": [
  70. {
  71. "root": "pages_subpack",
  72. "pages": [
  73. {
  74. "path": "category/index",
  75. "style": {
  76. "navigationBarTitleText": "分类",
  77. "enablePullDownRefresh": true
  78. }
  79. },
  80. {
  81. "path": "broker-account/index",
  82. "style": {
  83. "navigationBarTitleText": "经纪人账号"
  84. }
  85. },
  86. {
  87. "path": "detail/index",
  88. "style": {
  89. "navigationBarTitleText": "详情"
  90. }
  91. },
  92. {
  93. "path": "release/index",
  94. "style": {
  95. "navigationBarTitleText": "发布"
  96. }
  97. },
  98. {
  99. "path": "broker/index",
  100. "style": {
  101. "navigationBarTitleText": "经纪人"
  102. }
  103. },
  104. {
  105. "path": "homeowner/index",
  106. "style": {
  107. "navigationBarTitleText": "房东"
  108. }
  109. },
  110. {
  111. "path": "success/index",
  112. "style": {
  113. "navigationBarTitleText": "登录成功"
  114. }
  115. },
  116. {
  117. "path": "house/index",
  118. "style": {
  119. "navigationBarTitleText": "房屋发布"
  120. }
  121. },
  122. {
  123. "path": "realname/index",
  124. "style": {
  125. "navigationBarTitleText": "实名认证"
  126. }
  127. },
  128. {
  129. "path": "successful/index",
  130. "style": {
  131. "navigationBarTitleText": "申请成功"
  132. }
  133. },
  134. {
  135. "path": "broker-apply/index",
  136. "style": {
  137. "navigationBarTitleText": "经纪人申请",
  138. "navigationBarBackgroundColor": "#ffffff",
  139. "navigationBarTextStyle": "black"
  140. }
  141. },
  142. {
  143. "path": "notice/index",
  144. "style": {
  145. "navigationBarTitleText": "公告",
  146. "navigationBarBackgroundColor": "#ffffff",
  147. "navigationBarTextStyle": "black"
  148. }
  149. },
  150. {
  151. "path": "successful-apply/index",
  152. "style": {
  153. "navigationBarTitleText": "提示",
  154. "navigationBarBackgroundColor": "#ffffff",
  155. "navigationBarTextStyle": "black"
  156. }
  157. },
  158. {
  159. "path": "version/index",
  160. "style": {
  161. "navigationBarTitleText": "提示",
  162. "navigationBarBackgroundColor": "#ffffff",
  163. "navigationBarTextStyle": "black"
  164. }
  165. },
  166. {
  167. "path": "broker-center/index",
  168. "style": {
  169. "navigationBarTitleText": "经纪人中心",
  170. "navigationBarBackgroundColor": "#ffffff",
  171. "navigationBarTextStyle": "black"
  172. }
  173. },
  174. {
  175. "path": "landlord-center/index",
  176. "style": {
  177. "navigationBarTitleText": "房东中心",
  178. "navigationBarBackgroundColor": "#ffffff",
  179. "navigationBarTextStyle": "black"
  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/tourGuide/tourGuide",
  203. "iconPath": "static/bar/find.png",
  204. "selectedIconPath": "static/bar/find_selected.png",
  205. "text": "发现"
  206. },
  207. // {
  208. // "pagePath": "pages/discover/index",
  209. // "iconPath": "static/bar/find.png",
  210. // "selectedIconPath": "static/bar/find_selected.png",
  211. // "text": "发现"
  212. // },
  213. {
  214. "pagePath": "pages/user/index",
  215. "iconPath": "static/bar/user.png",
  216. "selectedIconPath": "static/bar/user_selected.png",
  217. "text": "我的"
  218. }
  219. ]
  220. },
  221. "uniIdRouter": {}
  222. }