pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/order/order",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/mine/mine",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/home",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/date/date",
  32. "style": {
  33. "navigationBarTitleText": "选择日期"
  34. }
  35. },
  36. {
  37. "path": "pages/chooseCar/chooseCar",
  38. "style": {
  39. "navigationBarTitleText": "选择车辆"
  40. }
  41. },
  42. {
  43. "path": "pages/handlePeople/handlePeople",
  44. "style": {
  45. "navigationBarTitleText": ""
  46. }
  47. },
  48. {
  49. "path": "pages/commonPeople/commonPeople",
  50. "style": {
  51. "navigationBarTitleText": "常用旅客"
  52. }
  53. },
  54. {
  55. "path": "pages/coupon/coupon",
  56. "style": {
  57. "navigationBarTitleText": "优惠券"
  58. }
  59. },
  60. {
  61. "path": "pages/orderDetail/orderDetail",
  62. "style": {
  63. "navigationBarTitleText": "订单详情"
  64. }
  65. },
  66. {
  67. "path": "pages/transportation/transportation",
  68. "style": {
  69. "navigationBarTitleText": "电子交通卡",
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/pay/pay",
  75. "style": {
  76. "navigationBarTitleText": "电子交通卡充值",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/useDetail/useDetail",
  82. "style": {
  83. "navigationBarTitleText": "使用明细",
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/identity/identity",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path" : "pages/authenticate/authenticate",
  96. "style" :
  97. {
  98. "navigationBarTitleText" : ""
  99. }
  100. }
  101. ],
  102. "tabBar": {
  103. "color": "#616267",
  104. "selectedColor": "#FF8205",
  105. "borderStyle": "black",
  106. "backgroundColor": "#ffffff",
  107. "list": [{
  108. "pagePath": "pages/home/home",
  109. "iconPath": "/static/images/tabBar/home.png",
  110. "selectedIconPath": "/static/images/tabBar/home_selected.png",
  111. "text": "乘车"
  112. }, {
  113. "pagePath": "pages/order/order",
  114. "iconPath": "/static/images/tabBar/order.png",
  115. "selectedIconPath": "/static/images/tabBar/order_selected.png",
  116. "text": "订单"
  117. }, {
  118. "pagePath": "pages/mine/mine",
  119. "iconPath": "/static/images/tabBar/mine.png",
  120. "selectedIconPath": "/static/images/tabBar/mine_selected.png",
  121. "text": "我的"
  122. }]
  123. },
  124. "globalStyle": {
  125. "navigationBarTextStyle": "black",
  126. "navigationBarTitleText": "",
  127. "navigationBarBackgroundColor": "#F8F8F8",
  128. "backgroundColor": "#F8F8F8",
  129. "app-plus": {
  130. "background": "#efeff4"
  131. }
  132. }
  133. }