pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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": "C2C交易",
  16. "navigationBarBackgroundColor": "#051137",
  17. "navigationBarTextStyle": "white",
  18. "app-plus": {
  19. "titleNView": {
  20. "buttons": [{
  21. "text": "我的订单 ",
  22. "float": "right",
  23. "color": "#1356FF",
  24. "fontSize": "14px",
  25. "width":"70px"
  26. }]
  27. }
  28. }
  29. }
  30. },
  31. {
  32. "path": "pages/public/register",
  33. "style": {
  34. "navigationBarTitleText": "注册",
  35. "app-plus": {
  36. "titleNView": {
  37. "type": "transparent"
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/public/login",
  44. "style": {
  45. "navigationBarTitleText": "登录",
  46. "app-plus": {
  47. "titleNView": {
  48. "type": "transparent"
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/public/wxLogin",
  55. "style": {
  56. "navigationBarTitleText": "微信登录",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/public/forget",
  66. "style": {
  67. "navigationBarTitleText": "忘记密码",
  68. "app-plus": {
  69. "titleNView": {
  70. "type": "transparent"
  71. }
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/index/user",
  77. "style": {
  78. "navigationBarTitleText": "资产",
  79. "enablePullDownRefresh": false,
  80. "navigationBarBackgroundColor": "#051137",
  81. "navigationBarTextStyle": "white"
  82. }
  83. },
  84. {
  85. "path": "pages/redirect/redirect",
  86. "style": {
  87. "navigationBarTitleText": "微信登录跳转页面",
  88. "app-plus": {
  89. "titleNView": false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/index/recharge",
  95. "style": {
  96. "navigationBarTitleText": "充值",
  97. "enablePullDownRefresh": false,
  98. "navigationBarBackgroundColor": "#051137",
  99. "navigationBarTextStyle": "white"
  100. }
  101. },
  102. {
  103. "path": "pages/index/personal",
  104. "style": {
  105. "navigationBarTitleText": "实名认证",
  106. "enablePullDownRefresh": false,
  107. "navigationBarBackgroundColor": "#051137",
  108. "navigationBarTextStyle": "white"
  109. }
  110. },
  111. {
  112. "path": "pages/index/order",
  113. "style": {
  114. "navigationBarTitleText": "C2C订单",
  115. "enablePullDownRefresh": false,
  116. "navigationBarBackgroundColor": "#051137",
  117. "navigationBarTextStyle": "white"
  118. }
  119. },
  120. {
  121. "path": "pages/index/orderDetail",
  122. "style": {
  123. "navigationBarTitleText": "订单详情",
  124. "enablePullDownRefresh": false,
  125. "navigationBarBackgroundColor": "#051137",
  126. "navigationBarTextStyle": "white"
  127. }
  128. }
  129. ],
  130. "subPackages": [{ // 模块分包
  131. "root": "pages/user",
  132. "name": "shop",
  133. "pages": [
  134. {
  135. "path": "set/team",
  136. "style": {
  137. "navigationBarTitleText": "我的推广",
  138. "navigationBarBackgroundColor": "#051137",
  139. "navigationBarTextStyle": "white"
  140. }
  141. },
  142. {
  143. "path": "set/bindBank",
  144. "style": {
  145. "navigationBarTitleText": "我的收款方式",
  146. "navigationBarBackgroundColor": "#051137",
  147. "navigationBarTextStyle": "white"
  148. }
  149. },
  150. {
  151. "path": "set/editBank",
  152. "style": {
  153. "navigationBarTitleText": "收款码信息",
  154. "navigationBarBackgroundColor": "#051137",
  155. "navigationBarTextStyle": "white"
  156. }
  157. },
  158. {
  159. "path": "transfer",
  160. "style": {
  161. "navigationBarTitleText": "转账",
  162. "enablePullDownRefresh": false,
  163. "navigationBarBackgroundColor": "#051137",
  164. "navigationBarTextStyle": "white"
  165. }
  166. },
  167. {
  168. "path": "collection",
  169. "style": {
  170. "navigationBarTitleText": "收款",
  171. "enablePullDownRefresh": false,
  172. "navigationBarBackgroundColor": "#051137",
  173. "navigationBarTextStyle": "white"
  174. }
  175. },
  176. {
  177. "path": "withdrawal",
  178. "style": {
  179. "navigationBarTitleText": "提币",
  180. "enablePullDownRefresh": false,
  181. "navigationBarBackgroundColor": "#051137",
  182. "navigationBarTextStyle": "white"
  183. }
  184. },
  185. {
  186. "path": "money",
  187. "style": {
  188. "navigationBarTitleText": "记录",
  189. "navigationBarBackgroundColor": "#051137",
  190. "navigationBarTextStyle": "white"
  191. }
  192. },
  193. {
  194. "path": "set/set",
  195. "style": {
  196. "navigationBarTitleText": "设置",
  197. "navigationBarBackgroundColor": "#051137",
  198. "navigationBarTextStyle": "white"
  199. }
  200. }, {
  201. "path": "set/transaction",
  202. "style": {
  203. "navigationBarTitleText": "交易密码",
  204. "enablePullDownRefresh": false,
  205. "navigationBarBackgroundColor": "#051137",
  206. "navigationBarTextStyle": "white"
  207. }
  208. },
  209. {
  210. "path": "set/password",
  211. "style": {
  212. "navigationBarTitleText": "修改密码",
  213. "navigationBarBackgroundColor": "#051137",
  214. "navigationBarTextStyle": "white"
  215. }
  216. },
  217. {
  218. "path": "set/userinfo",
  219. "style": {
  220. "navigationBarTitleText": "修改资料",
  221. "navigationBarBackgroundColor": "#051137",
  222. "navigationBarTextStyle": "white"
  223. }
  224. },
  225. {
  226. "path": "set/shareQrCode",
  227. "style": {
  228. "navigationBarTitleText": "推广码",
  229. "navigationBarBackgroundColor": "#051137",
  230. "navigationBarTextStyle": "white"
  231. }
  232. },
  233. {
  234. "path": "favorites",
  235. "style": {
  236. "navigationBarTitleText": "推廣海報",
  237. "navigationBarBackgroundColor": "#051137",
  238. "navigationBarTextStyle": "white"
  239. }
  240. }
  241. ]
  242. }],
  243. "tabBar": {
  244. "color": "#093AAA",
  245. "selectedColor": "#1254F9",
  246. "borderStyle": "black",
  247. "backgroundColor": "#051137",
  248. "list": [{
  249. "pagePath": "pages/index/index",
  250. "iconPath": "static/tabBar/shouye.png",
  251. "selectedIconPath": "static/tabBar/shouye-home.png",
  252. "text": "首页"
  253. },
  254. {
  255. "pagePath": "pages/index/pledge",
  256. "iconPath": "static/tabBar/baoya.png",
  257. "selectedIconPath": "static/tabBar/baoya-home.png",
  258. "text": "C2C交易"
  259. },
  260. {
  261. "pagePath": "pages/index/user",
  262. "iconPath": "static/tabBar/my.png",
  263. "selectedIconPath": "static/tabBar/my-home.png",
  264. "text": "资产"
  265. }
  266. ]
  267. },
  268. "globalStyle": {
  269. "navigationBarTextStyle": "black",
  270. "navigationBarTitleText": "加载中",
  271. "navigationBarBackgroundColor": "#fff",
  272. "backgroundColor": "#fff"
  273. // "titleNView": false
  274. }
  275. }