pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. }, {
  5. "path": "pages/core/index"
  6. }, {
  7. "path": "pages/user/index"
  8. }, {
  9. "path": "pages/order/index"
  10. }, {
  11. "path": "pages/order/detail"
  12. }, {
  13. "path": "pages/address/index"
  14. }, {
  15. "path": "pages/address/create"
  16. }, {
  17. "path": "pages/goods/detail"
  18. }, {
  19. "path": "pages/order/settlement"
  20. }, {
  21. "path": "pages/login/index"
  22. }, {
  23. "path": "pages/login/code"
  24. }, {
  25. "path": "pages/about/index"
  26. }, {
  27. "path": "pages/prize/index"
  28. }, {
  29. "path": "pages/ticket/index"
  30. }, {
  31. "path": "pages/bean/index"
  32. }, {
  33. "path": "pages/prize/coupon"
  34. }, {
  35. "path": "pages/prize/detail"
  36. }, {
  37. "path": "pages/coupon/index"
  38. }, {
  39. "path": "pages/ticketBox/index"
  40. }, {
  41. "path": "pages/ticketBox/detail"
  42. }, {
  43. "path": "pages/lucky/index"
  44. }, {
  45. "path": "pages/prizeGoods/detail"
  46. }, {
  47. "path": "pages/process/index"
  48. }, {
  49. "path": "pages/choice/index"
  50. }, {
  51. "path": "pages/about/conceal"
  52. }, {
  53. "path": "pages/about/protect"
  54. }, {
  55. "path": "pages/about/notice"
  56. }, {
  57. "path": "pages/about/rule"
  58. }, {
  59. "path": "pages/share/index"
  60. }],
  61. "tabBar": {
  62. "custom": true,
  63. "color": "black",
  64. "backgroundColor": "#FFFFFF",
  65. "selectedColor": "red",
  66. "list": [{
  67. "pagePath": "pages/index/index",
  68. "text": "刮奖"
  69. }, {
  70. "pagePath": "pages/core/index",
  71. "text": "兑奖大厅"
  72. }, {
  73. "pagePath": "pages/user/index",
  74. "text": "我的"
  75. }]
  76. },
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "",
  80. "navigationBarBackgroundColor": "#ffffff",
  81. "backgroundColor": "#F8F8F8",
  82. "navigationStyle": "custom"
  83. }
  84. }