pages.json 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店" } },
  3. { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
  4. { "path": "pages/home/category", "style": { "navigationBarTitleText": "所有分类" } },
  5. { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
  6. { "path": "pages/home/user", "style": { "navigationBarTitleText": "我的" } },
  7. { "path": "pages/home/course", "style": { "navigationBarTitleText": "课程", "enablePullDownRefresh": true } },
  8. { "path": "pages/item/item", "style": { "navigationBarTitleText": "鲜花", "enablePullDownRefresh": true } },
  9. { "path": "common/redirect", "style": { "navigationBarTitleText": "加载中..." } },
  10. { "path": "common/webview", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  11. { "path": "pages/class/index", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  12. { "path": "pages/class/paySuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }
  13. ],
  14. "subPackages": [{
  15. "root": "pages/user",
  16. "pages": [
  17. { "path": "register", "style": { "navigationBarTitleText": "注册" } },
  18. { "path": "password", "style": { "navigationBarTitleText": "修改密码" } },
  19. { "path": "modify", "style": { "navigationBarTitleText": "资料修改" } }
  20. ]
  21. },
  22. {
  23. "root": "pages/goods",
  24. "pages": [
  25. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  26. ]
  27. },
  28. {
  29. "root": "pages/login",
  30. "pages": [
  31. { "path": "index", "style": { "navigationBarTitleText": "登录" } },
  32. { "path": "account", "style": { "navigationBarTitleText": "登录" } },
  33. { "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
  34. ]
  35. },
  36. {
  37. "root": "pages/pay",
  38. "pages": [
  39. { "path": "index", "style": { "navigationBarTitleText": "" } }
  40. ]
  41. },
  42. {
  43. "root": "pages/callback",
  44. "pages": [
  45. { "path": "index" },
  46. { "path": "success", "style": { "navigationBarTitleText": "支付成功" } }
  47. ]
  48. },
  49. {
  50. "root": "pages/coupon",
  51. "pages": [
  52. { "path": "list", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": true } }
  53. ]
  54. },
  55. {
  56. "root": "pages/order",
  57. "pages": [
  58. { "path": "list", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } },
  59. { "path": "detail", "style": { "navigationBarTitleText": "订单列表" } },
  60. { "path": "buy", "style": { "navigationBarTitleText": "订单确认" } },
  61. { "path": "comment", "style": { "navigationBarTitleText": "评价" } }
  62. ]
  63. },
  64. {
  65. "root": "pages/interest",
  66. "pages": [
  67. { "path": "invite", "style": { "navigationBarTitleText": "邀请排行", "enablePullDownRefresh": true } },
  68. { "path": "level", "style": { "navigationBarTitleText": "会员等级" } }
  69. ]
  70. },
  71. {
  72. "root": "pages/chat",
  73. "pages": [
  74. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } }
  75. ]
  76. },
  77. {
  78. "root": "pages/billing",
  79. "pages": [
  80. { "path": "affirmGhs", "style": { "navigationBarTitleText": "订单结算", "enablePullDownRefresh": true } }
  81. ]
  82. }
  83. ],
  84. "globalStyle": {
  85. "navigationBarBackgroundColor": "#fff",
  86. "navigationBarTitleText": "花卉宝",
  87. "navigationBarTextStyle": "black"
  88. }
  89. }