pages.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/shop/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/cart/cart",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/user/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. }
  27. ],
  28. "subPackages": [],
  29. "globalStyle": {
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "千家地",
  32. "navigationBarBackgroundColor": "#fff",
  33. "backgroundColor": "#F8F8F8"
  34. },
  35. "tabBar": {
  36. "borderStyle": "black",
  37. "backgroundColor": "#fff",
  38. "color": "#9A9A9A",
  39. "selectedColor": "#52A63A",
  40. "list": [{
  41. "pagePath": "pages/index/index",
  42. "iconPath": "static/images/caizhai.png",
  43. "selectedIconPath": "static/images/caizhai.png",
  44. "text": "首页"
  45. },{
  46. "pagePath": "pages/shop/index",
  47. "iconPath": "static/images/caizhai.png",
  48. "selectedIconPath": "static/images/caizhai.png",
  49. "text": "商城"
  50. },{
  51. "pagePath": "pages/cart/cart",
  52. "iconPath": "static/images/caizhai.png",
  53. "selectedIconPath": "static/images/caizhai.png",
  54. "text": "购物车"
  55. },{
  56. "pagePath": "pages/user/index",
  57. "iconPath": "static/images/caizhai.png",
  58. "selectedIconPath": "static/images/caizhai.png",
  59. "text": "个人"
  60. }
  61. ]
  62. }
  63. }