pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/shop/index",
  10. "style": {
  11. "navigationBarTitleText": "商城"
  12. }
  13. },
  14. {
  15. "path": "pages/cart/cart",
  16. "style": {
  17. "navigationBarTitleText": "购物车"
  18. }
  19. },
  20. {
  21. "path": "pages/user/index",
  22. "style": {
  23. "navigationBarTitleText": "个人"
  24. }
  25. }
  26. ],
  27. "subPackages": [{
  28. "root": "pagesGood",
  29. "pages": [{
  30. "path": "goodDetails",
  31. "style": {
  32. "navigationBarTitleText": "商品详情"
  33. }
  34. }, {
  35. "path": "goodList",
  36. "style": {
  37. "navigationBarTitleText": "商品列表"
  38. }
  39. }, {
  40. "path": "shopDetails",
  41. "style": {
  42. "navigationBarTitleText": "商铺详情"
  43. }
  44. }, {
  45. "path": "orderPay",
  46. "style": {
  47. "navigationBarTitleText": "填写订单"
  48. }
  49. }, {
  50. "path": "videoList",
  51. "style": {
  52. "navigationBarTitleText": "直播大厅"
  53. }
  54. }, {
  55. "path": "videoDetail",
  56. "style": {
  57. "navigationBarTitleText": "直播详情"
  58. }
  59. }]
  60. },{ "root": "pagesOrder", "pages": [{ "path": "index", "style": { "navigationBarTitleText": "我的订单" } }] }],
  61. "globalStyle": {
  62. "navigationStyle": "default",
  63. "navigationBarTextStyle": "black",
  64. "navigationBarTitleText": "千家地",
  65. "navigationBarBackgroundColor": "#ffffff",
  66. "backgroundColor": "#F8F8F8"
  67. },
  68. "tabBar": {
  69. "borderStyle": "black",
  70. "backgroundColor": "#fff",
  71. "color": "#9A9A9A",
  72. "selectedColor": "#52A63A",
  73. "list": [{
  74. "pagePath": "pages/index/index",
  75. "iconPath": "static/images/icon-index.png",
  76. "selectedIconPath": "static/images/icon-index-active.png",
  77. "text": "首页"
  78. },{
  79. "pagePath": "pages/shop/index",
  80. "iconPath": "static/images/icon-shop.png",
  81. "selectedIconPath": "static/images/icon-shop-active.png",
  82. "text": "商城"
  83. },{
  84. "pagePath": "pages/cart/cart",
  85. "iconPath": "static/images/icon-cart.png",
  86. "selectedIconPath": "static/images/icon-cart-active.png",
  87. "text": "购物车"
  88. },{
  89. "pagePath": "pages/user/index",
  90. "iconPath": "static/images/icon-mine.png",
  91. "selectedIconPath": "static/images/icon-mine-active.png",
  92. "text": "个人"
  93. }
  94. ]
  95. }
  96. }