pages - 副本.json 6.0 KB

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