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

58 lines
1.4 KiB

7 months ago
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/auth/index",
  5. "pages/login/index",
  6. "pages/discover/index",
  7. "pages/user/index",
  8. "pages/message/index",
  9. "pages/apply/index"
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages_subpack",
  14. "pages": [
  15. "category/index",
  16. "detail/index",
  17. "release/index",
  18. "broker/index",
  19. "homeowner/index",
  20. "success/index",
  21. "house/index",
  22. "realname/index",
  23. "successful/index"
  24. ]
  25. }
  26. ],
  27. "window": {
  28. "navigationBarTextStyle": "white",
  29. "navigationBarTitleText": "租房",
  30. "navigationBarBackgroundColor": "#1EC77A",
  31. "backgroundColor": "#1EC77A"
  32. },
  33. "tabBar": {
  34. "color": "#666666",
  35. "selectedColor": "#1EC77A",
  36. "backgroundColor": "#ffffff",
  37. "list": [
  38. {
  39. "pagePath": "pages/home/index",
  40. "iconPath": "static/bar/home.png",
  41. "selectedIconPath": "static/bar/home_selected.png",
  42. "text": "首页"
  43. },
  44. {
  45. "pagePath": "pages/discover/index",
  46. "iconPath": "static/bar/find.png",
  47. "selectedIconPath": "static/bar/find_selected.png",
  48. "text": "发现"
  49. },
  50. {
  51. "pagePath": "pages/user/index",
  52. "iconPath": "static/bar/user.png",
  53. "selectedIconPath": "static/bar/user_selected.png",
  54. "text": "我的"
  55. }
  56. ]
  57. },
  58. "usingComponents": {}
  59. }