pages.json 6.8 KB

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