pages.json 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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/member",
  25. "pages": [
  26. { "path": "recharge", "style": { "navigationBarTitleText": "充值活动" } },
  27. { "path": "rechargeResult", "style": { "navigationBarTitleText": "结果" } }
  28. ]
  29. },
  30. {
  31. "root": "pages/goods",
  32. "pages": [
  33. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  34. ]
  35. },
  36. {
  37. "root": "pages/login",
  38. "pages": [
  39. { "path": "index", "style": { "navigationBarTitleText": "登录" } },
  40. { "path": "account", "style": { "navigationBarTitleText": "登录" } },
  41. { "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
  42. ]
  43. },
  44. {
  45. "root": "pages/pay",
  46. "pages": [
  47. { "path": "index", "style": { "navigationBarTitleText": "" } }
  48. ]
  49. },
  50. {
  51. "root": "pages/callback",
  52. "pages": [
  53. { "path": "index" },
  54. { "path": "success", "style": { "navigationBarTitleText": "支付成功" } },
  55. { "path": "paySuccess", "style": { "navigationBarTitleText": "支付成功" } }
  56. ]
  57. },
  58. {
  59. "root": "pages/coupon",
  60. "pages": [
  61. { "path": "list", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": true } }
  62. ]
  63. },
  64. {
  65. "root": "pages/order",
  66. "pages": [
  67. { "path": "list", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } },
  68. { "path": "detail", "style": { "navigationBarTitleText": "订单列表" } },
  69. { "path": "buy", "style": { "navigationBarTitleText": "订单确认" } },
  70. { "path": "comment", "style": { "navigationBarTitleText": "评价" } }
  71. ]
  72. },
  73. {
  74. "root": "pages/interest",
  75. "pages": [
  76. { "path": "invite", "style": { "navigationBarTitleText": "邀请排行", "enablePullDownRefresh": true } },
  77. { "path": "level", "style": { "navigationBarTitleText": "会员等级" } }
  78. ]
  79. },
  80. {
  81. "root": "pages/chat",
  82. "pages": [
  83. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } }
  84. ]
  85. },
  86. {
  87. "root": "pages/billing",
  88. "pages": [
  89. { "path": "affirmGhs", "style": { "navigationBarTitleText": "订单结算", "enablePullDownRefresh": true } }
  90. ]
  91. }
  92. ],
  93. "globalStyle": {
  94. "navigationBarBackgroundColor": "#fff",
  95. "navigationBarTitleText": "花卉宝",
  96. "navigationBarTextStyle": "black"
  97. }
  98. }