pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "enablePullDownRefresh": true
  7. }
  8. },
  9. {
  10. "path" : "pages/longTapIndex/longTapIndex",
  11. "style" : {
  12. "navigationBarBackgroundColor": "#f34336",
  13. "navigationStyle": "default"
  14. }
  15. }
  16. ,{
  17. "path" : "pages/ranking/ranking",
  18. "style" : {}
  19. }
  20. ,{
  21. "path" : "pages/honour/honour",
  22. "style" : {}
  23. }
  24. ,{
  25. "path" : "pages/setting/setting",
  26. "style" : {}
  27. }
  28. ,{
  29. "path" : "pages/upload/upload",
  30. "style" : {}
  31. }
  32. ,{
  33. "path" : "pages/exchange/exchange",
  34. "style" : {}
  35. }
  36. ,{
  37. "path" : "pages/rules/rules",
  38. "style" : {}
  39. }
  40. ,{
  41. "path" : "pages/statistics/statistics",
  42. "style" : {}
  43. }
  44. ,{
  45. "path" : "pages/help/help",
  46. "style" : {}
  47. }
  48. ,{
  49. "path" : "pages/address/address",
  50. "style" : {}
  51. }
  52. ,{
  53. "path" : "pages/addressadd/addressadd",
  54. "style" : {}
  55. }
  56. ,{
  57. "path" : "pages/howsignup/howsignup",
  58. "style" : {}
  59. }
  60. ,{
  61. "path" : "pages/howshare/howshare",
  62. "style" : {}
  63. }
  64. ,{
  65. "path" : "pages/howupload/howupload",
  66. "style" : {}
  67. }
  68. ,{
  69. "path" : "pages/signup/signup",
  70. "style" : {}
  71. }
  72. ,{
  73. "path" : "pages/score/score",
  74. "style" : {}
  75. }
  76. ,{
  77. "path" : "pages/self/self",
  78. "style" : {}
  79. }
  80. ,{
  81. "path" : "pages/sold/sold",
  82. "style" : {}
  83. }
  84. ,{
  85. "path" : "pages/joinnum/joinnum",
  86. "style" : {}
  87. }
  88. ,{
  89. "path" : "pages/hishonour/hishonour",
  90. "style" : {}
  91. }
  92. ,{
  93. "path" : "pages/hisrace/hisrace",
  94. "style" : {}
  95. }
  96. ,{
  97. "path" : "pages/detail/detail",
  98. "style" : {}
  99. }
  100. ,{
  101. "path" : "pages/exchangerecord/exchangerecord",
  102. "style" : {}
  103. }
  104. ,{
  105. "path" : "pages/crownshare/crownshare",
  106. "style" : {}
  107. }
  108. ,{
  109. "path" : "pages/countdown/countdown",
  110. "style" : {}
  111. }
  112. ,{
  113. "path" : "pages/mygift/mygift",
  114. "style" : {}
  115. }
  116. ,{
  117. "path" : "pages/challengeList/challengeList",
  118. "style" : {}
  119. }
  120. ,{
  121. "path" : "pages/challenge/challenge",
  122. "style" : {}
  123. }
  124. ,{
  125. "path" : "pages/challengeChoose/challengeChoose",
  126. "style" : {}
  127. }
  128. ,{
  129. "path" : "pages/challenge-detail/challenge-detail",
  130. "style" : {}
  131. }
  132. ],
  133. "globalStyle": {
  134. "navigationStyle": "custom",
  135. "navigationBarTextStyle": "black"
  136. }
  137. }