pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "name": "home",
  6. "layout": "tabbar",
  7. "style": {
  8. "navigationBarTitleText": "加油",
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/activityCenter/index",
  14. "name": "activityCenter-detail",
  15. "islogin": true,
  16. "style": {
  17. "navigationBarTitleText": "活动详情",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/activityList/index",
  23. "name": "activityList",
  24. "islogin": true,
  25. "style": {
  26. "navigationBarTitleText": "活动中心",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/confirmOrder/index",
  32. "name": "confimOrder",
  33. "islogin": true,
  34. "style": {
  35. "navigationBarTitleText": "下单",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/exchangeFail/index",
  41. "name": "exchangeFail",
  42. "islogin": true,
  43. "style": {
  44. "navigationBarTitleText": "支付",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/exchangeSuccess/index",
  50. "name": "exchangeSuccess",
  51. "islogin": true,
  52. "style": {
  53. "navigationBarTitleText": "支付",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/login/index",
  59. "name": "login",
  60. "islogin": false,
  61. "style": {
  62. "navigationBarTitleText": "登录",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/order/index",
  68. "name": "order",
  69. "islogin": true,
  70. "style": {
  71. "navigationBarTitleText": "订单",
  72. "navigationStyle": "custom"
  73. },
  74. "layout": "tabbar"
  75. },
  76. {
  77. "path": "pages/refuelDetaile/index",
  78. "name": "refuelDetaile",
  79. "islogin": false,
  80. "style": {
  81. "navigationBarTitleText": "加油站详情",
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "pages/voucher/index",
  87. "name": "voucher",
  88. "layout": "tabbar",
  89. "style": {
  90. "navigationBarTitleText": "抵扣卷",
  91. "navigationStyle": "custom"
  92. }
  93. }
  94. ],
  95. "globalStyle": {
  96. "navigationBarBackgroundColor": "@navBgColor",
  97. "navigationBarTextStyle": "@navTxtStyle",
  98. "navigationBarTitleText": "Wot Starter",
  99. "backgroundColor": "@bgColor",
  100. "backgroundTextStyle": "@bgTxtStyle",
  101. "backgroundColorTop": "@bgColorTop",
  102. "backgroundColorBottom": "@bgColorBottom",
  103. "enablePullDownRefresh": false,
  104. "onReachBottomDistance": 50,
  105. "animationType": "pop-in",
  106. "animationDuration": 300
  107. },
  108. "tabBar": {
  109. "custom": true,
  110. "customize": true,
  111. "overlay": true,
  112. "height": "0",
  113. "color": "@tabColor",
  114. "selectedColor": "@tabSelectedColor",
  115. "backgroundColor": "@tabBgColor",
  116. "borderStyle": "@tabBorderStyle",
  117. "list": [
  118. {
  119. "pagePath": "pages/index/index"
  120. },
  121. {
  122. "pagePath": "pages/voucher/index"
  123. },
  124. {
  125. "pagePath": "pages/order/index"
  126. }
  127. ]
  128. }
  129. }