pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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. "navigationBarTitleText": "资产",
  87. "enablePullDownRefresh": false,
  88. "navigationBarBackgroundColor": "#051137",
  89. "navigationBarTextStyle": "white"
  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. "path": "pages/index/order",
  208. "style": {
  209. "navigationBarTitleText": "C2C订单",
  210. "enablePullDownRefresh": false,
  211. "navigationBarBackgroundColor": "#051137",
  212. "navigationBarTextStyle": "white"
  213. }
  214. },
  215. {
  216. "path": "pages/user/money",
  217. "style": {
  218. "navigationBarTitleText": "USTD",
  219. "enablePullDownRefresh": false,
  220. "navigationBarBackgroundColor": "#051137",
  221. "navigationBarTextStyle": "white"
  222. }
  223. },
  224. {
  225. "path": "pages/user/transfer",
  226. "style": {
  227. "navigationBarTitleText": "转账",
  228. "enablePullDownRefresh": false,
  229. "navigationBarBackgroundColor": "#051137",
  230. "navigationBarTextStyle": "white"
  231. }
  232. },
  233. {
  234. "path": "pages/user/collection",
  235. "style": {
  236. "navigationBarTitleText": "收款",
  237. "enablePullDownRefresh": false,
  238. "navigationBarBackgroundColor": "#051137",
  239. "navigationBarTextStyle": "white"
  240. }
  241. },
  242. {
  243. "path": "pages/user/withdrawal",
  244. "style": {
  245. "navigationBarTitleText": "提币",
  246. "enablePullDownRefresh": false,
  247. "navigationBarBackgroundColor": "#051137",
  248. "navigationBarTextStyle": "white"
  249. }
  250. }
  251. ],
  252. "subPackages": [{ // 模块分包
  253. "root": "pages/user",
  254. "name": "shop",
  255. "pages": [{
  256. "path": "money/recharge",
  257. "style": {
  258. "navigationBarTitleText": "充值",
  259. "enablePullDownRefresh": false,
  260. "navigationBarBackgroundColor": "#000000",
  261. "navigationBarTextStyle": "white"
  262. }
  263. },
  264. {
  265. "path": "money/withdrawal",
  266. "style": {
  267. "navigationBarTitleText": "奖励提现",
  268. "navigationBarBackgroundColor": "#000000",
  269. "navigationBarTextStyle": "white"
  270. }
  271. },
  272. {
  273. "path": "money/team",
  274. "style": {
  275. "navigationBarTitleText": "錢包",
  276. "navigationStyle": "custom"
  277. }
  278. },
  279. {
  280. "path": "set/set",
  281. "style": {
  282. "navigationBarTitleText": "设置",
  283. "navigationBarBackgroundColor": "#000000",
  284. "navigationBarTextStyle": "white"
  285. }
  286. }, {
  287. "path": "set/transaction",
  288. "style": {
  289. "navigationBarTitleText": "交易密码",
  290. "enablePullDownRefresh": false,
  291. "navigationBarBackgroundColor": "#000000",
  292. "navigationBarTextStyle": "white"
  293. }
  294. },
  295. {
  296. "path": "set/password",
  297. "style": {
  298. "navigationBarTitleText": "修改密码",
  299. "navigationBarBackgroundColor": "#000000",
  300. "navigationBarTextStyle": "white"
  301. }
  302. },
  303. {
  304. "path": "set/userinfo",
  305. "style": {
  306. "navigationBarTitleText": "修改资料",
  307. "navigationBarBackgroundColor": "#000000",
  308. "navigationBarTextStyle": "white"
  309. }
  310. },
  311. {
  312. "path": "vip/tabulation",
  313. "style": {
  314. "navigationBarTitleText": "会员列表",
  315. "enablePullDownRefresh": false,
  316. "navigationBarBackgroundColor": "#000000",
  317. "navigationBarTextStyle": "white"
  318. }
  319. },
  320. {
  321. "path": "vip/details",
  322. "style": {
  323. "navigationBarTitleText": "他的粉絲",
  324. "enablePullDownRefresh": false,
  325. "navigationBarBackgroundColor": "#000000",
  326. "navigationBarTextStyle": "white"
  327. }
  328. },
  329. {
  330. "path": "shareQrCode",
  331. "style": {
  332. "navigationBarTitleText": "互娛記錄",
  333. "navigationBarBackgroundColor": "#000000",
  334. "navigationBarTextStyle": "white"
  335. }
  336. },
  337. {
  338. "path": "favorites",
  339. "style": {
  340. "navigationBarTitleText": "推廣海報",
  341. "navigationBarBackgroundColor": "#000000",
  342. "navigationBarTextStyle": "white"
  343. }
  344. }
  345. ]
  346. }],
  347. "tabBar": {
  348. "color": "#093AAA",
  349. "selectedColor": "#1254F9",
  350. "borderStyle": "black",
  351. "backgroundColor": "#051137",
  352. "list": [{
  353. "pagePath": "pages/index/index",
  354. "iconPath": "static/tabBar/shouye.png",
  355. "selectedIconPath": "static/tabBar/shouye-home.png",
  356. "text": "首页"
  357. },
  358. {
  359. "pagePath": "pages/index/pledge",
  360. "iconPath": "static/tabBar/baoya.png",
  361. "selectedIconPath": "static/tabBar/baoya-home.png",
  362. "text": "C2C交易"
  363. },
  364. {
  365. "pagePath": "pages/index/user",
  366. "iconPath": "static/tabBar/my.png",
  367. "selectedIconPath": "static/tabBar/my-home.png",
  368. "text": "资产"
  369. }
  370. ]
  371. },
  372. "globalStyle": {
  373. "navigationBarTextStyle": "black",
  374. "navigationBarTitleText": "加载中",
  375. "navigationBarBackgroundColor": "#fff",
  376. "backgroundColor": "#fff"
  377. // "titleNView": false
  378. }
  379. }