pages.json 6.6 KB

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