pages.json 6.3 KB

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