pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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. {
  127. "path": "pages/introduce/pkedetail",
  128. "style": {
  129. "navigationBarTitleText": "PKR介绍",
  130. "enablePullDownRefresh": false,
  131. "navigationBarBackgroundColor": "#000000",
  132. "navigationBarTextStyle": "white"
  133. }
  134. },
  135. {
  136. "path": "pages/myPledge/zyXingqing",
  137. "style": {
  138. "navigationBarTitleText": "",
  139. "enablePullDownRefresh": false,
  140. "navigationBarBackgroundColor": "#000000",
  141. "navigationBarTextStyle": "white"
  142. }
  143. }, {
  144. "path": "pages/game/history",
  145. "style": {
  146. "navigationBarTitleText": "历史列表",
  147. "enablePullDownRefresh": false,
  148. "navigationBarBackgroundColor": "#000000",
  149. "navigationBarTextStyle": "white"
  150. }
  151. }
  152. ],
  153. "subPackages": [{ // 模块分包
  154. "root": "pages/user",
  155. "name": "shop",
  156. "pages": [{
  157. "path": "money/recharge",
  158. "style": {
  159. "navigationBarTitleText": "充值",
  160. "enablePullDownRefresh": false,
  161. "navigationBarBackgroundColor": "#000000",
  162. "navigationBarTextStyle": "white"
  163. }
  164. },
  165. {
  166. "path": "money/withdrawal",
  167. "style": {
  168. "navigationBarTitleText": "奖励提现",
  169. "navigationBarBackgroundColor": "#000000",
  170. "navigationBarTextStyle": "white"
  171. }
  172. },
  173. {
  174. "path": "money/team",
  175. "style": {
  176. "navigationBarTitleText": "錢包",
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "set/set",
  182. "style": {
  183. "navigationBarTitleText": "设置",
  184. "navigationBarBackgroundColor": "#000000",
  185. "navigationBarTextStyle": "white"
  186. }
  187. }, {
  188. "path": "set/transaction",
  189. "style": {
  190. "navigationBarTitleText": "交易密码",
  191. "enablePullDownRefresh": false,
  192. "navigationBarBackgroundColor": "#000000",
  193. "navigationBarTextStyle": "white"
  194. }
  195. },
  196. {
  197. "path": "set/password",
  198. "style": {
  199. "navigationBarTitleText": "修改密码",
  200. "navigationBarBackgroundColor": "#000000",
  201. "navigationBarTextStyle": "white"
  202. }
  203. },
  204. {
  205. "path": "set/userinfo",
  206. "style": {
  207. "navigationBarTitleText": "修改资料",
  208. "navigationBarBackgroundColor": "#000000",
  209. "navigationBarTextStyle": "white"
  210. }
  211. },
  212. {
  213. "path": "vip/tabulation",
  214. "style": {
  215. "navigationBarTitleText": "会员列表",
  216. "enablePullDownRefresh": false,
  217. "navigationBarBackgroundColor": "#000000",
  218. "navigationBarTextStyle": "white"
  219. }
  220. },
  221. {
  222. "path": "vip/details",
  223. "style": {
  224. "navigationBarTitleText": "他的粉絲",
  225. "enablePullDownRefresh": false,
  226. "navigationBarBackgroundColor": "#000000",
  227. "navigationBarTextStyle": "white"
  228. }
  229. },
  230. {
  231. "path": "shareQrCode",
  232. "style": {
  233. "navigationBarTitleText": "互娛記錄",
  234. "navigationBarBackgroundColor": "#000000",
  235. "navigationBarTextStyle": "white"
  236. }
  237. },
  238. {
  239. "path": "favorites",
  240. "style": {
  241. "navigationBarTitleText": "推廣海報",
  242. "navigationBarBackgroundColor": "#000000",
  243. "navigationBarTextStyle": "white"
  244. }
  245. }
  246. ]
  247. }],
  248. "tabBar": {
  249. "color": "#C0C4CC",
  250. "selectedColor": "#FEB041 ",
  251. "borderStyle": "black",
  252. "backgroundColor": "#000000",
  253. "list": [{
  254. "visible": false,
  255. "pagePath": "pages/index/index",
  256. "iconPath": "static/tabBar/shouye.png",
  257. "selectedIconPath": "static/tabBar/shouye-home.png",
  258. "text": "首頁"
  259. },
  260. {
  261. "visible": false,
  262. "pagePath": "pages/index/pledge",
  263. "iconPath": "static/tabBar/baoya.png",
  264. "selectedIconPath": "static/tabBar/baoya-home.png",
  265. "text": "質押"
  266. },
  267. {
  268. "visible": false,
  269. "pagePath": "pages/index/information",
  270. "iconPath": "static/tabBar/zixun.png",
  271. "selectedIconPath": "static/tabBar/zixun-home.png",
  272. "text": "資訊"
  273. },
  274. {
  275. "visible": false,
  276. "pagePath": "pages/index/user",
  277. "iconPath": "static/tabBar/my.png",
  278. "selectedIconPath": "static/tabBar/my-home.png",
  279. "text": "我的"
  280. }
  281. ]
  282. }
  283. }