pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "pages": [
  3. {"path": "pages/app/index"},
  4. {"path": "pages/home/sort"},
  5. {"path": "pages/home/search"},
  6. {"path": "pages/home/sort_list"},
  7. {"path": "pages/goods/reward"},
  8. {"path": "pages/goods/goods"},
  9. {"path": "pages/goods/second_hand"},
  10. {"path": "pages/goods/second_terrace"},
  11. {"path": "pages/goods/my_cart"},
  12. {"path": "pages/goods/settlement"},
  13. {"path": "pages/goods/pay"},
  14. {"path": "pages/status/pay_status"},
  15. {"path": "pages/news/notice"},
  16. {"path": "pages/news/details"},
  17. {"path": "pages/news/chat"},
  18. {"path": "pages/my/footmark"},
  19. {"path": "pages/my/login"},
  20. {"path": "pages/my/set-up"},
  21. {"path": "pages/my/personal-data"},
  22. {"path": "pages/my/edit-name"},
  23. {"path": "pages/my/edit-synopsis"},
  24. {"path": "pages/my/address"},
  25. {"path": "pages/my/edit-address"},
  26. {"path": "pages/my/add-address"},
  27. {"path": "pages/my/edit-phone"},
  28. {"path": "pages/my/contact-cards"},
  29. {"path": "pages/my/region"},
  30. {"path": "pages/my/sponsored"},
  31. {"path": "pages/real_name/index"},
  32. {"path": "pages/real_name/form"},
  33. {"path": "pages/order/list"},
  34. {"path": "pages/order/whereabouts"},
  35. {"path": "pages/order/details"},
  36. {"path": "pages/order/appraise"},
  37. {"path": "pages/order/view_appraise"},
  38. {"path": "pages/order/add_appraise"},
  39. {
  40. "path" : "pages/login/login",
  41. "style" :
  42. {
  43. "navigationBarTitleText" : "",
  44. "enablePullDownRefresh" : false
  45. }
  46. },
  47. {
  48. "path" : "pages/goods/resource",
  49. "style" :
  50. {
  51. "navigationBarTitleText" : "",
  52. "enablePullDownRefresh" : false
  53. }
  54. },
  55. {
  56. "path" : "pages/my/vip",
  57. "style" :
  58. {
  59. "navigationBarTitleText" : "会员",
  60. "enablePullDownRefresh" : false
  61. }
  62. },
  63. {
  64. "path" : "pages/my/agent",
  65. "style" :
  66. {
  67. "navigationBarTitleText" : "代理",
  68. "enablePullDownRefresh" : false
  69. }
  70. }
  71. ],
  72. "globalStyle": {
  73. "navigationStyle": "custom",
  74. "mp-alipay": {
  75. "allowsBounceVertical": "NO",
  76. "transparentTitle": "always"
  77. }
  78. }
  79. }