pages.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "path" : "pages/order/refund",
  73. "style" :
  74. {
  75. "navigationBarTitleText" : "申请退款",
  76. "enablePullDownRefresh" : false
  77. }
  78. },
  79. {
  80. "path" : "pages/goods/reviews",
  81. "style" :
  82. {
  83. "navigationBarTitleText" : "评价",
  84. "enablePullDownRefresh" : false
  85. }
  86. }
  87. ],
  88. "globalStyle": {
  89. "navigationStyle": "custom",
  90. "mp-alipay": {
  91. "allowsBounceVertical": "NO",
  92. "transparentTitle": "always"
  93. }
  94. }
  95. }