pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. {
  2. "pages": [
  3. // 首页
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. // 质押
  12. {
  13. "path": "pages/pledge/pledge",
  14. "style": {
  15. "navigationBarTitleText": "互娛共享",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. // 互娱
  20. {
  21. "path": "pages/entertainment/entertainment",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. // 资讯
  28. {
  29. "path": "pages/information/information",
  30. "style": {
  31. "navigationBarTitleText": "",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. // 我的
  36. {
  37. "path": "pages/user/user",
  38. "style": {
  39. // #ifndef MP-WEIXIN
  40. "navigationStyle": "custom",
  41. // #endif
  42. "navigationBarTitleText": "个人中心"
  43. }
  44. },
  45. {
  46. "path": "pages/public/register",
  47. "style": {
  48. "navigationBarTitleText": "注册",
  49. "app-plus": {
  50. "titleNView": {
  51. "type": "transparent"
  52. }
  53. }
  54. }
  55. },
  56. {
  57. "path": "pages/public/login",
  58. "style": {
  59. "navigationBarTitleText": "登录",
  60. "app-plus": {
  61. "titleNView": {
  62. "type": "transparent"
  63. }
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/public/wxLogin",
  69. "style": {
  70. "navigationBarTitleText": "微信登录",
  71. "app-plus": {
  72. "titleNView": {
  73. "type": "transparent"
  74. }
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/public/forget",
  80. "style": {
  81. "navigationBarTitleText": "忘记密码",
  82. "app-plus": {
  83. "titleNView": {
  84. "type": "transparent"
  85. }
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/set/set",
  91. "style": {
  92. "navigationBarTitleText": "设置"
  93. }
  94. },
  95. {
  96. "path": "pages/set/phone",
  97. "style": {
  98. "navigationBarTitleText": "实名认证"
  99. }
  100. },
  101. {
  102. "path": "pages/set/password",
  103. "style": {
  104. "navigationBarTitleText": "修改密码"
  105. }
  106. },
  107. {
  108. "path": "pages/set/userinfo",
  109. "style": {
  110. "navigationBarTitleText": "修改资料"
  111. }
  112. },
  113. {
  114. "path": "pages/user/user",
  115. "style": {
  116. // #ifndef MP-WEIXIN
  117. "navigationStyle": "custom",
  118. // #endif
  119. "navigationBarTitleText": "个人中心"
  120. }
  121. },
  122. {
  123. "path": "pages/user/award",
  124. "style": {
  125. "navigationBarTitleText": "",
  126. "navigationStyle": "custom",
  127. "app-plus": {
  128. "titleNView": {
  129. "type": "transparent"
  130. }
  131. }
  132. }
  133. },
  134. {
  135. "path": "pages/user/withdrawal",
  136. "style": {
  137. "navigationBarTitleText": "奖励提现"
  138. }
  139. },
  140. {
  141. "path": "pages/user/yjzz",
  142. "style": {
  143. "navigationBarTitleText": "转账"
  144. }
  145. },
  146. {
  147. "path": "pages/user/favorites",
  148. "style": {
  149. "navigationBarTitleText": "推廣海報"
  150. }
  151. },
  152. {
  153. "path": "pages/order/order",
  154. "style": {
  155. "navigationBarTitleText": "我的订单",
  156. "app-plus": {
  157. "bounce": "none"
  158. }
  159. }
  160. },
  161. {
  162. "path": "pages/money/paySuccess",
  163. "style": {
  164. "navigationBarTitleText": "支付成功"
  165. }
  166. },
  167. {
  168. "path": "pages/money/account",
  169. "style": {
  170. "navigationBarTitleText": "提现账号"
  171. }
  172. },
  173. // {
  174. // "path": "pages/money/withdrawal",
  175. // "style": {
  176. // "navigationBarTitleText": "提现"
  177. // }
  178. // },
  179. // {
  180. // "path": "pages/money/recharge",
  181. // "style": {
  182. // "navigationBarTitleText": "充值"
  183. // }
  184. // },
  185. {
  186. "path": "pages/category/category",
  187. "style": {
  188. // #ifdef APP-PLUS
  189. "navigationStyle": "custom",
  190. // #endif
  191. // #ifndef MP
  192. // "app-plus": {
  193. // "bounce": "none",
  194. // "titleNView": {
  195. // "searchInput": {
  196. // "backgroundColor": "rgba(231, 231, 231,.7)",
  197. // "borderRadius": "16px",
  198. // "placeholder": "商品搜索",
  199. // "disabled": true,
  200. // "placeholderColor": "#606266",
  201. // "align": "left"
  202. // }
  203. // }
  204. // },
  205. // #endif
  206. "navigationBarTitleText": "互娱共享"
  207. }
  208. },
  209. {
  210. "path": "pages/redirect/redirect",
  211. "style": {
  212. "navigationBarTitleText": "微信登录跳转页面",
  213. "app-plus": {
  214. "titleNView": false
  215. }
  216. }
  217. },
  218. {
  219. "path": "pages/user/shareQrCode",
  220. "style": {
  221. "navigationBarTitleText": "互娛記錄"
  222. }
  223. },
  224. {
  225. "path": "pages/user/team",
  226. "style": {
  227. "navigationBarTitleText": "錢包",
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "pages/user/yue",
  233. "style": {
  234. "navigationBarTitleText": "我的余额",
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path" : "pages/myPledge/myPledge",
  240. "style" :
  241. {
  242. "navigationBarTitleText": "我的质押",
  243. "enablePullDownRefresh": false,
  244. // "navigationBarTextStyle": "white",
  245. "backgroundColor": "#000000"
  246. }
  247. }
  248. ,{
  249. "path" : "pages/introduce/introduce",
  250. "style" :
  251. {
  252. "navigationBarTitleText": "玩法介绍",
  253. "enablePullDownRefresh": false
  254. }
  255. }
  256. ,{
  257. "path" : "pages/promotion/promotion",
  258. "style" :
  259. {
  260. "navigationBarTitleText": "推广计划",
  261. "enablePullDownRefresh": false
  262. }
  263. }
  264. ,{
  265. "path" : "pages/recharge/recharge",
  266. "style" :
  267. {
  268. "navigationBarTitleText": "充值",
  269. "enablePullDownRefresh": false
  270. }
  271. }
  272. ,{
  273. "path" : "pages/withdrawal/withdrawal",
  274. "style" :
  275. {
  276. "navigationBarTitleText": "提幣",
  277. "enablePullDownRefresh": false
  278. }
  279. },
  280. {
  281. "path" : "pages/game/game",
  282. "style" :
  283. {
  284. "navigationBarTitleText": "游戏举例",
  285. "enablePullDownRefresh": false
  286. }
  287. }
  288. ,{
  289. "path" : "pages/tabulation/tabulation",
  290. "style" :
  291. {
  292. "navigationBarTitleText": "会员列表",
  293. "enablePullDownRefresh": false
  294. }
  295. }
  296. ,{
  297. "path" : "pages/transaction/transaction",
  298. "style" :
  299. {
  300. "navigationBarTitleText": "交易密码",
  301. "enablePullDownRefresh": false
  302. }
  303. }
  304. ,{
  305. "path" : "pages/zyXingqing/zyXingqing",
  306. "style" :
  307. {
  308. "navigationBarTitleText": "",
  309. "enablePullDownRefresh": false
  310. }
  311. }
  312. ,{
  313. "path" : "pages/history/history",
  314. "style" :
  315. {
  316. "navigationBarTitleText": "历史列表",
  317. "enablePullDownRefresh": false
  318. }
  319. }
  320. // ,
  321. // {
  322. // "path" : "pages/wallet /wallet ",
  323. // "style" :
  324. // {
  325. // "navigationBarTitleText": "錢包",
  326. // "enablePullDownRefresh": false
  327. // }
  328. // }
  329. ],
  330. "tabBar": {
  331. "color": "#C0C4CC",
  332. "selectedColor": "#FEB041 ",
  333. "borderStyle": "black",
  334. "backgroundColor": "#000000",
  335. "list": [{
  336. "pagePath": "pages/index/index",
  337. "iconPath": "static/tabBar/shouye.png",
  338. "selectedIconPath": "static/tabBar/shouye-home.png",
  339. "text": "首頁"
  340. },
  341. {
  342. "pagePath": "pages/pledge/pledge",
  343. "iconPath": "static/tabBar/baoya.png",
  344. "selectedIconPath": "static/tabBar/baoya-home.png",
  345. "text": "質押"
  346. },
  347. {
  348. "pagePath": "pages/entertainment/entertainment",
  349. "iconPath": "static/tabBar/huyu.png",
  350. "selectedIconPath": "static/tabBar/huyu-home.png",
  351. "text": "互娛"
  352. },
  353. {
  354. "pagePath": "pages/information/information",
  355. "iconPath": "static/tabBar/zixun.png",
  356. "selectedIconPath": "static/tabBar/zixun-home.png",
  357. "text": "資訊"
  358. },
  359. {
  360. "pagePath": "pages/user/user",
  361. "iconPath": "static/tabBar/my.png",
  362. "selectedIconPath": "static/tabBar/my-home.png",
  363. "text": "我的"
  364. }
  365. ]
  366. }
  367. }