pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. "path": "pages/select/select",
  37. "style": {
  38. "navigationBarTitleText": "选择日期"
  39. }
  40. },
  41. {
  42. "path": "pages/chooseCar/chooseCar",
  43. "style": {
  44. "navigationBarTitleText": "选择车辆"
  45. }
  46. },
  47. {
  48. "path": "pages/handlePeople/handlePeople",
  49. "style": {
  50. "navigationBarTitleText": ""
  51. }
  52. },
  53. {
  54. "path": "pages/commonPeople/commonPeople",
  55. "style": {
  56. "navigationBarTitleText": "常用旅客"
  57. }
  58. },
  59. {
  60. "path": "pages/coupon/coupon",
  61. "style": {
  62. "navigationBarTitleText": "优惠券"
  63. }
  64. },
  65. {
  66. "path": "pages/orderDetail/orderDetail",
  67. "style": {
  68. "navigationBarTitleText": "订单详情"
  69. }
  70. },
  71. {
  72. "path": "pages/transportation/transportation",
  73. "style": {
  74. "navigationBarTitleText": "电子交通卡",
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/pay/pay",
  80. "style": {
  81. "navigationBarTitleText": "电子交通卡充值",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "pages/useDetail/useDetail",
  87. "style": {
  88. "navigationBarTitleText": "使用明细",
  89. "navigationStyle": "custom"
  90. }
  91. },
  92. {
  93. "path": "pages/identity/identity",
  94. "style": {
  95. "navigationBarTitleText": "",
  96. "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path" : "pages/authenticate/authenticate",
  101. "style" :
  102. {
  103. "navigationBarTitleText" : ""
  104. }
  105. },{
  106. "path": "pages/hexiaolist/hexiaolist",
  107. "style": {
  108. "navigationBarTitleText": "核销记录"
  109. }
  110. }
  111. ],
  112. "tabBar": {
  113. "color": "#616267",
  114. "selectedColor": "#FF8205",
  115. "borderStyle": "black",
  116. "backgroundColor": "#ffffff",
  117. "list": [{
  118. "pagePath": "pages/home/home",
  119. "iconPath": "/static/images/tabBar/home.png",
  120. "selectedIconPath": "/static/images/tabBar/home_selected.png",
  121. "text": "乘车"
  122. }, {
  123. "pagePath": "pages/order/order",
  124. "iconPath": "/static/images/tabBar/order.png",
  125. "selectedIconPath": "/static/images/tabBar/order_selected.png",
  126. "text": "订单"
  127. }, {
  128. "pagePath": "pages/mine/mine",
  129. "iconPath": "/static/images/tabBar/mine.png",
  130. "selectedIconPath": "/static/images/tabBar/mine_selected.png",
  131. "text": "我的"
  132. }]
  133. },
  134. "globalStyle": {
  135. "navigationBarTextStyle": "black",
  136. "navigationBarTitleText": "",
  137. "navigationBarBackgroundColor": "#F8F8F8",
  138. "backgroundColor": "#F8F8F8",
  139. "app-plus": {
  140. "background": "#efeff4"
  141. }
  142. }
  143. }