pages.json 4.1 KB

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