pages.json 7.6 KB

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