pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. {
  2. "pages": [
  3. // 首页
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "Home",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. // 质押
  12. {
  13. "path": "pages/index/pledge",
  14. "style": {
  15. "navigationBarTitleText": "Project",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. // 互娱
  20. {
  21. "path": "pages/index/entertainment",
  22. "style": {
  23. "navigationBarTitleText": "Game",
  24. "navigationBarBackgroundColor":"#000000",
  25. "navigationBarTextStyle":"white"
  26. }
  27. },
  28. // 资讯
  29. {
  30. "path": "pages/index/information",
  31. "style": {
  32. "navigationBarTitleText": "News",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/public/register",
  38. "style": {
  39. "navigationBarTitleText": "注册",
  40. "navigationBarBackgroundColor":"#000000",
  41. "navigationBarTextStyle":"white"
  42. }
  43. },
  44. {
  45. "path": "pages/public/login",
  46. "style": {
  47. "navigationBarTitleText": "登录",
  48. "navigationBarBackgroundColor":"#000000",
  49. "navigationBarTextStyle":"white"
  50. }
  51. },
  52. {
  53. "path": "pages/public/wxLogin",
  54. "style": {
  55. "navigationBarTitleText": "微信登录",
  56. "app-plus": {
  57. "titleNView": {
  58. "type": "transparent"
  59. }
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/public/forget",
  65. "style": {
  66. "navigationBarTitleText": "忘记密码",
  67. "app-plus": {
  68. "titleNView": {
  69. "type": "transparent"
  70. }
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/index/user",
  76. "style": {
  77. // #ifndef MP-WEIXIN
  78. "navigationStyle": "custom",
  79. // #endif
  80. "navigationBarTitleText": "My"
  81. }
  82. },
  83. {
  84. "path": "pages/redirect/redirect",
  85. "style": {
  86. "navigationBarTitleText": "微信登录跳转页面",
  87. "app-plus": {
  88. "titleNView": false
  89. }
  90. }
  91. },
  92. {
  93. "path": "pages/myPledge/myPledge",
  94. "style": {
  95. "navigationBarTitleText": "我的质押",
  96. "enablePullDownRefresh": false,
  97. "navigationBarBackgroundColor": "#000000",
  98. "navigationBarTextStyle": "white"
  99. }
  100. }, {
  101. "path": "pages/introduce/introduce",
  102. "style": {
  103. "navigationBarTitleText": "玩法介绍",
  104. "enablePullDownRefresh": false,
  105. "navigationBarBackgroundColor": "#000000",
  106. "navigationBarTextStyle": "white"
  107. }
  108. }, {
  109. "path": "pages/introduce/promotion",
  110. "style": {
  111. "navigationBarTitleText": "推广计划",
  112. "enablePullDownRefresh": false,
  113. "navigationBarBackgroundColor": "#000000",
  114. "navigationBarTextStyle": "white"
  115. }
  116. },
  117. {
  118. "path": "pages/introduce/game",
  119. "style": {
  120. "navigationBarTitleText": "游戏举例",
  121. "enablePullDownRefresh": false,
  122. "navigationBarBackgroundColor": "#000000",
  123. "navigationBarTextStyle": "white"
  124. }
  125. }, {
  126. "path": "pages/myPledge/zyXingqing",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": false,
  130. "navigationBarBackgroundColor": "#000000",
  131. "navigationBarTextStyle": "white"
  132. }
  133. }, {
  134. "path": "pages/game/history",
  135. "style": {
  136. "navigationBarTitleText": "历史列表",
  137. "enablePullDownRefresh": false,
  138. "navigationBarBackgroundColor": "#000000",
  139. "navigationBarTextStyle": "white"
  140. }
  141. }
  142. ],
  143. "subPackages": [{ // 模块分包
  144. "root": "pages/user",
  145. "name": "shop",
  146. "pages": [{
  147. "path": "money/recharge",
  148. "style": {
  149. "navigationBarTitleText": "充值",
  150. "enablePullDownRefresh": false,
  151. "navigationBarBackgroundColor": "#000000",
  152. "navigationBarTextStyle": "white"
  153. }
  154. },
  155. {
  156. "path": "money/withdrawal",
  157. "style": {
  158. "navigationBarTitleText": "奖励提现",
  159. "navigationBarBackgroundColor": "#000000",
  160. "navigationBarTextStyle": "white"
  161. }
  162. },
  163. {
  164. "path": "money/team",
  165. "style": {
  166. "navigationBarTitleText": "錢包",
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "set/set",
  172. "style": {
  173. "navigationBarTitleText": "设置",
  174. "navigationBarBackgroundColor": "#000000",
  175. "navigationBarTextStyle": "white"
  176. }
  177. }, {
  178. "path": "set/transaction",
  179. "style": {
  180. "navigationBarTitleText": "交易密码",
  181. "enablePullDownRefresh": false,
  182. "navigationBarBackgroundColor": "#000000",
  183. "navigationBarTextStyle": "white"
  184. }
  185. },
  186. {
  187. "path": "set/password",
  188. "style": {
  189. "navigationBarTitleText": "修改密码",
  190. "navigationBarBackgroundColor": "#000000",
  191. "navigationBarTextStyle": "white"
  192. }
  193. },
  194. {
  195. "path": "set/userinfo",
  196. "style": {
  197. "navigationBarTitleText": "修改资料",
  198. "navigationBarBackgroundColor": "#000000",
  199. "navigationBarTextStyle": "white"
  200. }
  201. },
  202. {
  203. "path": "vip/tabulation",
  204. "style": {
  205. "navigationBarTitleText": "会员列表",
  206. "enablePullDownRefresh": false,
  207. "navigationBarBackgroundColor": "#000000",
  208. "navigationBarTextStyle": "white"
  209. }
  210. },
  211. {
  212. "path": "vip/details",
  213. "style": {
  214. "navigationBarTitleText": "他的粉絲",
  215. "enablePullDownRefresh": false,
  216. "navigationBarBackgroundColor": "#000000",
  217. "navigationBarTextStyle": "white"
  218. }
  219. },
  220. {
  221. "path": "shareQrCode",
  222. "style": {
  223. "navigationBarTitleText": "互娛記錄",
  224. "navigationBarBackgroundColor": "#000000",
  225. "navigationBarTextStyle": "white"
  226. }
  227. },
  228. {
  229. "path": "favorites",
  230. "style": {
  231. "navigationBarTitleText": "推廣海報",
  232. "navigationBarBackgroundColor": "#000000",
  233. "navigationBarTextStyle": "white"
  234. }
  235. }
  236. ]
  237. }],
  238. "tabBar": {
  239. "color": "#C0C4CC",
  240. "selectedColor": "#FEB041 ",
  241. "borderStyle": "black",
  242. "backgroundColor": "#000000",
  243. "list": [{
  244. "visible": false,
  245. "pagePath": "pages/index/index",
  246. "iconPath": "static/tabBar/shouye.png",
  247. "selectedIconPath": "static/tabBar/shouye-home.png",
  248. "text": "首頁"
  249. },
  250. {
  251. "visible": false,
  252. "pagePath": "pages/index/pledge",
  253. "iconPath": "static/tabBar/baoya.png",
  254. "selectedIconPath": "static/tabBar/baoya-home.png",
  255. "text": "質押"
  256. },
  257. {
  258. "visible": false,
  259. "pagePath": "pages/index/information",
  260. "iconPath": "static/tabBar/zixun.png",
  261. "selectedIconPath": "static/tabBar/zixun-home.png",
  262. "text": "資訊"
  263. },
  264. {
  265. "visible": false,
  266. "pagePath": "pages/index/user",
  267. "iconPath": "static/tabBar/my.png",
  268. "selectedIconPath": "static/tabBar/my-home.png",
  269. "text": "我的"
  270. }
  271. ]
  272. }
  273. }