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

204 lines
4.3 KiB

3 months ago
2 months ago
3 months ago
2 months ago
3 months ago
2 months ago
3 months ago
2 months ago
3 months ago
2 months ago
2 months ago
2 months ago
2 months ago
3 months ago
2 months ago
3 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. }
  70. },
  71. {
  72. "path": "broker-account/index",
  73. "style": {
  74. "navigationBarTitleText": "经纪人账号"
  75. }
  76. },
  77. {
  78. "path": "detail/index",
  79. "style": {
  80. "navigationBarTitleText": "详情"
  81. }
  82. },
  83. {
  84. "path": "release/index",
  85. "style": {
  86. "navigationBarTitleText": "发布"
  87. }
  88. },
  89. {
  90. "path": "broker/index",
  91. "style": {
  92. "navigationBarTitleText": "经纪人"
  93. }
  94. },
  95. {
  96. "path": "homeowner/index",
  97. "style": {
  98. "navigationBarTitleText": "房东"
  99. }
  100. },
  101. {
  102. "path": "success/index",
  103. "style": {
  104. "navigationBarTitleText": "登录成功"
  105. }
  106. },
  107. {
  108. "path": "house/index",
  109. "style": {
  110. "navigationBarTitleText": "房屋发布"
  111. }
  112. },
  113. {
  114. "path": "realname/index",
  115. "style": {
  116. "navigationBarTitleText": "实名认证"
  117. }
  118. },
  119. {
  120. "path": "successful/index",
  121. "style": {
  122. "navigationBarTitleText": "申请成功"
  123. }
  124. },
  125. {
  126. "path": "broker-apply/index",
  127. "style": {
  128. "navigationBarTitleText": "经纪人申请",
  129. "navigationBarBackgroundColor": "#ffffff",
  130. "navigationBarTextStyle": "black"
  131. }
  132. },
  133. {
  134. "path": "notice/index",
  135. "style": {
  136. "navigationBarTitleText": "公告",
  137. "navigationBarBackgroundColor": "#ffffff",
  138. "navigationBarTextStyle": "black"
  139. }
  140. },
  141. {
  142. "path": "successful-apply/index",
  143. "style": {
  144. "navigationBarTitleText": "提示",
  145. "navigationBarBackgroundColor": "#ffffff",
  146. "navigationBarTextStyle": "black"
  147. }
  148. },
  149. {
  150. "path": "version/index",
  151. "style": {
  152. "navigationBarTitleText": "提示",
  153. "navigationBarBackgroundColor": "#ffffff",
  154. "navigationBarTextStyle": "black"
  155. }
  156. },
  157. {
  158. "path": "broker-center/index",
  159. "style": {
  160. "navigationBarTitleText": "经纪人中心",
  161. "navigationBarBackgroundColor": "#ffffff",
  162. "navigationBarTextStyle": "black"
  163. }
  164. },
  165. {
  166. "path": "landlord-center/index",
  167. "style": {
  168. "navigationBarTitleText": "房东中心",
  169. "navigationBarBackgroundColor": "#ffffff",
  170. "navigationBarTextStyle": "black"
  171. }
  172. }
  173. ]
  174. }
  175. ],
  176. "globalStyle": {
  177. "navigationBarTextStyle": "white",
  178. "navigationBarTitleText": "租房",
  179. "navigationBarBackgroundColor": "#1EC77A"
  180. },
  181. "tabBar": {
  182. "color": "#666666",
  183. "selectedColor": "#1EC77A",
  184. "backgroundColor": "#ffffff",
  185. "list": [
  186. {
  187. "pagePath": "pages/home/index",
  188. "iconPath": "static/bar/home.png",
  189. "selectedIconPath": "static/bar/home_selected.png",
  190. "text": "首页"
  191. }, {
  192. "pagePath": "pages/discover/index",
  193. "iconPath": "static/bar/find.png",
  194. "selectedIconPath": "static/bar/find_selected.png",
  195. "text": "发现"
  196. }, {
  197. "pagePath": "pages/user/index",
  198. "iconPath": "static/bar/user.png",
  199. "selectedIconPath": "static/bar/user_selected.png",
  200. "text": "我的"
  201. }
  202. ]
  203. },
  204. "uniIdRouter": {}
  205. }