pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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/set/set",
  81. // "style": {
  82. // "navigationBarTitleText": "设置"
  83. // }
  84. // },
  85. {
  86. "path": "pages/set/phone",
  87. "style": {
  88. "navigationBarTitleText": "实名认证"
  89. }
  90. },
  91. {
  92. "path": "pages/set/password",
  93. "style": {
  94. "navigationBarTitleText": "修改密码"
  95. }
  96. },
  97. {
  98. "path": "pages/set/userinfo",
  99. "style": {
  100. "navigationBarTitleText": "修改资料"
  101. }
  102. },
  103. {
  104. "path": "pages/index/user",
  105. "style": {
  106. // #ifndef MP-WEIXIN
  107. "navigationStyle": "custom",
  108. // #endif
  109. "navigationBarTitleText": "个人中心"
  110. }
  111. },
  112. {
  113. "path": "pages/user/award",
  114. "style": {
  115. "navigationBarTitleText": "",
  116. "navigationStyle": "custom",
  117. "app-plus": {
  118. "titleNView": {
  119. "type": "transparent"
  120. }
  121. }
  122. }
  123. },
  124. {
  125. "path": "pages/user/yjzz",
  126. "style": {
  127. "navigationBarTitleText": "转账"
  128. }
  129. },
  130. {
  131. "path": "pages/user/favorites",
  132. "style": {
  133. "navigationBarTitleText": "推廣海報"
  134. }
  135. },
  136. {
  137. "path": "pages/money/paySuccess",
  138. "style": {
  139. "navigationBarTitleText": "支付成功"
  140. }
  141. },
  142. {
  143. "path": "pages/money/account",
  144. "style": {
  145. "navigationBarTitleText": "提现账号"
  146. }
  147. },
  148. {
  149. "path": "pages/redirect/redirect",
  150. "style": {
  151. "navigationBarTitleText": "微信登录跳转页面",
  152. "app-plus": {
  153. "titleNView": false
  154. }
  155. }
  156. },
  157. {
  158. "path": "pages/user/shareQrCode",
  159. "style": {
  160. "navigationBarTitleText": "互娛記錄"
  161. }
  162. },
  163. {
  164. "path": "pages/user/team",
  165. "style": {
  166. "navigationBarTitleText": "錢包",
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "pages/user/yue",
  172. "style": {
  173. "navigationBarTitleText": "我的余额",
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "pages/myPledge/myPledge",
  179. "style": {
  180. "navigationBarTitleText": "我的质押",
  181. "enablePullDownRefresh": false,
  182. // "navigationBarTextStyle": "white",
  183. "backgroundColor": "#000000"
  184. }
  185. }, {
  186. "path": "pages/introduce/introduce",
  187. "style": {
  188. "navigationBarTitleText": "玩法介绍",
  189. "enablePullDownRefresh": false
  190. }
  191. }, {
  192. "path": "pages/introduce/promotion",
  193. "style": {
  194. "navigationBarTitleText": "推广计划",
  195. "enablePullDownRefresh": false
  196. }
  197. },
  198. {
  199. "path": "pages/introduce/game",
  200. "style": {
  201. "navigationBarTitleText": "游戏举例",
  202. "enablePullDownRefresh": false
  203. }
  204. }, {
  205. "path": "pages/jump/tabulation",
  206. "style": {
  207. "navigationBarTitleText": "会员列表",
  208. "enablePullDownRefresh": false
  209. }
  210. }, {
  211. "path": "pages/user/transaction",
  212. "style": {
  213. "navigationBarTitleText": "交易密码",
  214. "enablePullDownRefresh": false
  215. }
  216. }, {
  217. "path": "pages/myPledge/zyXingqing",
  218. "style": {
  219. "navigationBarTitleText": "",
  220. "enablePullDownRefresh": false
  221. }
  222. }, {
  223. "path": "pages/jump/history",
  224. "style": {
  225. "navigationBarTitleText": "历史列表",
  226. "enablePullDownRefresh": false
  227. }
  228. }, {
  229. "path": "pages/jump/details",
  230. "style": {
  231. "navigationBarTitleText": "他的粉絲",
  232. "enablePullDownRefresh": false
  233. }
  234. },
  235. {
  236. "path": "pages/user/set",
  237. "style": {
  238. "navigationBarTitleText": "设置"
  239. }
  240. }
  241. ],
  242. "subPackages": [{ // 模块分包
  243. "root": "pages/user",
  244. "name": "shop",
  245. "pages": [{
  246. "path": "money/recharge",
  247. "style": {
  248. "navigationBarTitleText": "充值",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "money/withdrawal",
  254. "style": {
  255. "navigationBarTitleText": "奖励提现"
  256. }
  257. }]
  258. }],
  259. "tabBar": {
  260. "color": "#C0C4CC",
  261. "selectedColor": "#FEB041 ",
  262. "borderStyle": "black",
  263. "backgroundColor": "#000000",
  264. "list": [{
  265. "visible": false,
  266. "pagePath": "pages/index/index",
  267. "iconPath": "static/tabBar/shouye.png",
  268. "selectedIconPath": "static/tabBar/shouye-home.png",
  269. "text": "首頁"
  270. },
  271. {
  272. "visible": false,
  273. "pagePath": "pages/index/pledge",
  274. "iconPath": "static/tabBar/baoya.png",
  275. "selectedIconPath": "static/tabBar/baoya-home.png",
  276. "text": "質押"
  277. },
  278. {
  279. "visible": false,
  280. "pagePath": "pages/index/entertainment",
  281. "iconPath": "static/tabBar/huyu.png",
  282. "selectedIconPath": "static/tabBar/huyu-home.png",
  283. "text": "互娛"
  284. },
  285. {
  286. "visible": false,
  287. "pagePath": "pages/index/information",
  288. "iconPath": "static/tabBar/zixun.png",
  289. "selectedIconPath": "static/tabBar/zixun-home.png",
  290. "text": "資訊"
  291. },
  292. {
  293. "visible": false,
  294. "pagePath": "pages/index/user",
  295. "iconPath": "static/tabBar/my.png",
  296. "selectedIconPath": "static/tabBar/my-home.png",
  297. "text": "我的"
  298. }
  299. ]
  300. }
  301. }