pages.json 7.7 KB

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