pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. ]
  20. },
  21. {
  22. "root": "pages/goods",
  23. "pages": [
  24. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  25. ]
  26. },
  27. {
  28. "root": "pages/login",
  29. "pages": [
  30. { "path": "index", "style": { "navigationBarTitleText": "登录" } },
  31. { "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
  32. ]
  33. },
  34. {
  35. "root": "pages/pay",
  36. "pages": [
  37. { "path": "index", "style": { "navigationBarTitleText": "" } }
  38. ]
  39. },
  40. {
  41. "root": "pages/callback",
  42. "pages": [
  43. { "path": "index" },
  44. { "path": "success", "style": { "navigationBarTitleText": "支付成功" } }
  45. ]
  46. },
  47. {
  48. "root": "pages/coupon",
  49. "pages": [
  50. { "path": "list", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": true } }
  51. ]
  52. },
  53. {
  54. "root": "pages/order",
  55. "pages": [
  56. { "path": "list", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } },
  57. { "path": "detail", "style": { "navigationBarTitleText": "订单列表" } },
  58. { "path": "buy", "style": { "navigationBarTitleText": "订单确认" } },
  59. { "path": "comment", "style": { "navigationBarTitleText": "评价" } }
  60. ]
  61. },
  62. {
  63. "root": "pages/interest",
  64. "pages": [
  65. { "path": "invite", "style": { "navigationBarTitleText": "邀请排行", "enablePullDownRefresh": true } },
  66. { "path": "level", "style": { "navigationBarTitleText": "会员等级" } }
  67. ]
  68. },
  69. {
  70. "root": "pages/chat",
  71. "pages": [
  72. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } }
  73. ]
  74. },
  75. {
  76. "root": "pages/billing",
  77. "pages": [
  78. { "path": "affirmGhs", "style": { "navigationBarTitleText": "订单结算", "enablePullDownRefresh": true } }
  79. ]
  80. }
  81. ],
  82. "globalStyle": {
  83. "navigationBarBackgroundColor": "#fff",
  84. "navigationBarTitleText": "花卉宝",
  85. "navigationBarTextStyle": "black"
  86. },
  87. "tabBar": {
  88. "color": "#C0C4CC",
  89. "selectedColor": "#fa436a",
  90. "borderStyle": "black",
  91. "backgroundColor": "#ffffff",
  92. "list": [{
  93. "pagePath": "pages/home/recent",
  94. "iconPath": "static/images/common/home-no.png",
  95. "selectedIconPath": "static/images/common/home-is.png",
  96. "text": "花店"
  97. },
  98. {
  99. "pagePath": "pages/home/user",
  100. "iconPath": "static/images/common/user-no.png",
  101. "selectedIconPath": "static/images/common/user-is.png",
  102. "text": "我的"
  103. }
  104. ]
  105. }
  106. }