pages.json 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "tabBar": {
  22. "custom": true,
  23. "color": "black",
  24. "backgroundColor": "#FFFFFF",
  25. "selectedColor": "red",
  26. "list": [{
  27. "pagePath": "pages/index/index",
  28. "text": "刮奖"
  29. }, {
  30. "pagePath": "pages/core/index",
  31. "text": "兑奖大厅"
  32. }, {
  33. "pagePath": "pages/user/index",
  34. "text": "我的"
  35. }]
  36. },
  37. "globalStyle": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "",
  40. "navigationBarBackgroundColor": "#ffffff",
  41. "backgroundColor": "#F8F8F8",
  42. "navigationStyle": "custom"
  43. }
  44. }