pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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. "path": "pages/index/personal",
  174. "style": {
  175. "navigationBarTitleText": "实名认证",
  176. "enablePullDownRefresh": false,
  177. "navigationBarBackgroundColor": "#051137",
  178. "navigationBarTextStyle": "white"
  179. }
  180. }
  181. ],
  182. "subPackages": [{ // 模块分包
  183. "root": "pages/user",
  184. "name": "shop",
  185. "pages": [{
  186. "path": "money/recharge",
  187. "style": {
  188. "navigationBarTitleText": "充值",
  189. "enablePullDownRefresh": false,
  190. "navigationBarBackgroundColor": "#000000",
  191. "navigationBarTextStyle": "white"
  192. }
  193. },
  194. {
  195. "path": "money/withdrawal",
  196. "style": {
  197. "navigationBarTitleText": "奖励提现",
  198. "navigationBarBackgroundColor": "#000000",
  199. "navigationBarTextStyle": "white"
  200. }
  201. },
  202. {
  203. "path": "money/team",
  204. "style": {
  205. "navigationBarTitleText": "錢包",
  206. "navigationStyle": "custom"
  207. }
  208. },
  209. {
  210. "path": "set/set",
  211. "style": {
  212. "navigationBarTitleText": "设置",
  213. "navigationBarBackgroundColor": "#000000",
  214. "navigationBarTextStyle": "white"
  215. }
  216. }, {
  217. "path": "set/transaction",
  218. "style": {
  219. "navigationBarTitleText": "交易密码",
  220. "enablePullDownRefresh": false,
  221. "navigationBarBackgroundColor": "#000000",
  222. "navigationBarTextStyle": "white"
  223. }
  224. },
  225. {
  226. "path": "set/password",
  227. "style": {
  228. "navigationBarTitleText": "修改密码",
  229. "navigationBarBackgroundColor": "#000000",
  230. "navigationBarTextStyle": "white"
  231. }
  232. },
  233. {
  234. "path": "set/userinfo",
  235. "style": {
  236. "navigationBarTitleText": "修改资料",
  237. "navigationBarBackgroundColor": "#000000",
  238. "navigationBarTextStyle": "white"
  239. }
  240. },
  241. {
  242. "path": "vip/tabulation",
  243. "style": {
  244. "navigationBarTitleText": "会员列表",
  245. "enablePullDownRefresh": false,
  246. "navigationBarBackgroundColor": "#000000",
  247. "navigationBarTextStyle": "white"
  248. }
  249. },
  250. {
  251. "path": "vip/details",
  252. "style": {
  253. "navigationBarTitleText": "他的粉絲",
  254. "enablePullDownRefresh": false,
  255. "navigationBarBackgroundColor": "#000000",
  256. "navigationBarTextStyle": "white"
  257. }
  258. },
  259. {
  260. "path": "shareQrCode",
  261. "style": {
  262. "navigationBarTitleText": "互娛記錄",
  263. "navigationBarBackgroundColor": "#000000",
  264. "navigationBarTextStyle": "white"
  265. }
  266. },
  267. {
  268. "path": "favorites",
  269. "style": {
  270. "navigationBarTitleText": "推廣海報",
  271. "navigationBarBackgroundColor": "#000000",
  272. "navigationBarTextStyle": "white"
  273. }
  274. }
  275. ]
  276. }],
  277. "tabBar": {
  278. "color": "#093AAA",
  279. "selectedColor": "#1254F9",
  280. "borderStyle": "black",
  281. "backgroundColor": "#051137",
  282. "list": [{
  283. "pagePath": "pages/index/index",
  284. "iconPath": "static/tabBar/shouye.png",
  285. "selectedIconPath": "static/tabBar/shouye-home.png",
  286. "text": "首页"
  287. },
  288. {
  289. "pagePath": "pages/index/pledge",
  290. "iconPath": "static/tabBar/baoya.png",
  291. "selectedIconPath": "static/tabBar/baoya-home.png",
  292. "text": "C2C交易"
  293. },
  294. {
  295. "pagePath": "pages/index/user",
  296. "iconPath": "static/tabBar/my.png",
  297. "selectedIconPath": "static/tabBar/my-home.png",
  298. "text": "资产"
  299. }
  300. ]
  301. },
  302. "globalStyle": {
  303. "navigationBarTextStyle": "black",
  304. "navigationBarTitleText": "加载中",
  305. "navigationBarBackgroundColor": "#fff",
  306. "backgroundColor": "#fff"
  307. // "titleNView": false
  308. }
  309. }