pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/award/index",
  5. "style": {
  6. "enablePullDownRefresh": true,
  7. "backgroundTextStyle": "light"
  8. },
  9. "usingComponents": {}
  10. },
  11. {
  12. "path": "pages/vip/index",
  13. "style": {
  14. "enablePullDownRefresh": true,
  15. "backgroundTextStyle": "light",
  16. "onReachBottomDistance": 10
  17. },
  18. "usingComponents": {}
  19. },
  20. {
  21. "path": "pages/index/index",
  22. "style": {
  23. "enablePullDownRefresh": true,
  24. "backgroundTextStyle": "light",
  25. "onReachBottomDistance": 10
  26. },
  27. "usingComponents": {}
  28. },
  29. {
  30. "path": "pages/award_tabbar/index",
  31. "style": {},
  32. "usingComponents": {}
  33. },
  34. {
  35. "path": "pages/weal/index",
  36. "style": {
  37. "navigationBarTitleText": "福利",
  38. "navigationBarBackgroundColor": "#fff",
  39. "navigationBarTextStyle": "black",
  40. "enablePullDownRefresh" : false
  41. },
  42. "usingComponents": {}
  43. },
  44. {
  45. "path": "pages/center/index",
  46. "style": {
  47. "navigationBarTitleText": "我的"
  48. },
  49. "usingComponents": {}
  50. },
  51. {
  52. "path": "pages/setting/index",
  53. "style": {}
  54. },
  55. {
  56. "path": "pages/award_detail/index",
  57. "style": {}
  58. },
  59. {
  60. "path": "pages/award_detail_yfs/index",
  61. "style": {}
  62. },
  63. {
  64. "path": "pages/award_detail_swipe/index",
  65. "style": {}
  66. },
  67. {
  68. "path": "pages/product/index",
  69. "style": {
  70. "backgroundColor": "#fff"
  71. }
  72. },
  73. {
  74. "path": "pages/login/index",
  75. "style": {
  76. }
  77. },
  78. {
  79. "path": "pages/address/index",
  80. "style": {
  81. "enablePullDownRefresh": true
  82. }
  83. },
  84. {
  85. "path": "pages/address_edit/index",
  86. "style": {
  87. }
  88. },
  89. {
  90. "path": "pages/coupon/index",
  91. "style": {}
  92. },
  93. {
  94. "path": "pages/order_award/index",
  95. "style": {
  96. "enablePullDownRefresh": true,
  97. "backgroundTextStyle": "light"
  98. }
  99. },
  100. {
  101. "path": "pages/wallet/index",
  102. "style": {
  103. "enablePullDownRefresh": true
  104. }
  105. },
  106. {
  107. "path": "pages/recharge/index",
  108. "style": {
  109. }
  110. },
  111. {
  112. "path": "pages/recharge_record/index",
  113. "style": {
  114. "enablePullDownRefresh": true
  115. }
  116. },
  117. {
  118. "path": "pages/magic/index",
  119. "style": {
  120. "enablePullDownRefresh": true,
  121. "backgroundTextStyle": "light"
  122. }
  123. },
  124. {
  125. "path": "pages/store/index",
  126. "style": {}
  127. },
  128. {
  129. "path": "pages/message/index",
  130. "style": {
  131. "enablePullDownRefresh": true
  132. }
  133. },
  134. {
  135. "path": "pages/order_product/index",
  136. "style": {
  137. "enablePullDownRefresh": true
  138. }
  139. },
  140. {
  141. "path": "pages/order_product_detail/index",
  142. "style": {
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "pages/coupon_take/index",
  148. "style": {
  149. "enablePullDownRefresh": true,
  150. "backgroundTextStyle": "light"
  151. }
  152. },
  153. {
  154. "path": "pages/web/index",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "navigationStyle": "default",
  158. "navigationBarBackgroundColor": "#F6F6F9"
  159. }
  160. },
  161. {
  162. "path": "pages/playing_method/index",
  163. "style": {}
  164. },
  165. {
  166. "path": "pages/weal_detail/index",
  167. "style": {}
  168. },
  169. {
  170. "path": "pages/weal_record/index",
  171. "style": {
  172. "enablePullDownRefresh": true,
  173. "backgroundTextStyle": "light"
  174. }
  175. },
  176. {
  177. "path": "pages/weal_create/index",
  178. "style": {}
  179. },
  180. {
  181. "path": "pages/weal_create_list/index",
  182. "style": {
  183. "enablePullDownRefresh": true,
  184. "backgroundTextStyle": "light"
  185. }
  186. },
  187. {
  188. "path": "pages/store-choose/index",
  189. "style": {}
  190. },
  191. {
  192. "path": "pages/lottery/index",
  193. "style": {
  194. "disableScroll": true
  195. }
  196. },
  197. {
  198. "path": "pages/lottery_more/index",
  199. "style": {}
  200. },
  201. {
  202. "path": "pages/packages/index",
  203. "style": {}
  204. },
  205. {
  206. "path": "pages/express/index",
  207. "style": {}
  208. },
  209. {
  210. "path": "pages/user_info/index",
  211. "style": {}
  212. },
  213. {
  214. "path": "pages/user_edit/index",
  215. "style": {}
  216. },
  217. {
  218. "path": "pages/popularize/index",
  219. "style": {}
  220. },
  221. {
  222. "path": "pages/popularize_people/index",
  223. "style": {}
  224. },
  225. {
  226. "path": "pages/sprint/index",
  227. "style": {}
  228. },
  229. {
  230. "path": "pages/red_envelope_rain/index",
  231. "style": {}
  232. },
  233. {
  234. "path": "pages/fireworks_year/index",
  235. "style": {}
  236. },
  237. {
  238. "path": "pages/rich/index",
  239. "style": {}
  240. },
  241. {
  242. "path": "pages/rich_prize/index",
  243. "style": {}
  244. },
  245. {
  246. "path": "pages/weal_room_audit/index",
  247. "style": {
  248. "enablePullDownRefresh": true,
  249. "backgroundTextStyle": "light"
  250. }
  251. },
  252. {
  253. "path": "pages/feedback/index",
  254. "style": {
  255. "enablePullDownRefresh": true
  256. }
  257. },
  258. {
  259. "path": "pages/hidden_activity/index",
  260. "style": {
  261. "enablePullDownRefresh": true
  262. }
  263. },
  264. {
  265. "path": "pages/spike/index",
  266. "style": {
  267. "onReachBottomDistance": 10
  268. }
  269. },
  270. {
  271. "path": "pages/exchange/index",
  272. "style": {}
  273. },
  274. {
  275. "path": "pages/withdraw/index",
  276. "style": {
  277. }
  278. },
  279. {
  280. "path": "pages/withdraw_record/index",
  281. "style": {
  282. "enablePullDownRefresh": true
  283. }
  284. },
  285. {
  286. "path": "pages/pull_new_user/index",
  287. "style": {
  288. "enablePullDownRefresh": true
  289. }
  290. },
  291. {
  292. "path": "pages/store_detail/index",
  293. "style": {
  294. "navigationStyle": "default",
  295. "navigationBarTitleText": "兑换",
  296. "enablePullDownRefresh": true
  297. }
  298. },
  299. {
  300. "path": "pages/cardInfo/index",
  301. "style": {
  302. "navigationStyle": "default",
  303. "navigationBarTitleText": "银行卡信息",
  304. "enablePullDownRefresh": true
  305. }
  306. }
  307. ],
  308. "globalStyle": {
  309. "navigationBarTextStyle": "black",
  310. "navigationBarTitleText": "燚火漫域",
  311. "navigationBarBackgroundColor": "#fff",
  312. "backgroundColor": "#fff",
  313. "navigationStyle": "custom"
  314. },
  315. "tabBar": {
  316. "color": "#000",
  317. "selectedColor": "#000000",
  318. "backgroundColor": "#fff",
  319. "list": [
  320. {
  321. "text": "首页",
  322. "pagePath": "pages/index/index",
  323. "iconPath": "static/image/tabs/home.png",
  324. "selectedIconPath": "static/image/tabs/home_active.png"
  325. },
  326. {
  327. "text": "宝箱",
  328. "pagePath": "pages/award/index",
  329. "iconPath": "static/image/tabs/award.png",
  330. "selectedIconPath": "static/image/tabs/award_active.png"
  331. },
  332. {
  333. "text": "福利",
  334. "pagePath": "pages/weal/index",
  335. "iconPath": "static/image/tabs/weal.png",
  336. "selectedIconPath": "static/image/tabs/weal_active.png"
  337. },
  338. {
  339. "text": "我的",
  340. "pagePath": "pages/center/index",
  341. "iconPath": "static/image/tabs/center.png",
  342. "selectedIconPath": "static/image/tabs/center_active.png"
  343. }
  344. ]
  345. }
  346. }