pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "团购自助兑换"
  7. }
  8. },
  9. {
  10. "path": "pages/order/order",
  11. "style": {
  12. "navigationBarTitleText": "订单",
  13. "usingComponents": {
  14. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/user/user",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. },
  24. {
  25. "path": "pages/order/confirm",
  26. "style": {
  27. "navigationBarTitleText": "确认订单"
  28. }
  29. },
  30. {
  31. "path": "pages/order/detail",
  32. "style": {
  33. "navigationBarTitleText": "团购券",
  34. "usingComponents": {
  35. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/user/license",
  41. "style": {
  42. "navigationBarTitleText": "资质亮照"
  43. }
  44. },
  45. {
  46. "path": "pages/order/store",
  47. "style": {
  48. "navigationBarTitleText": "选择门店"
  49. }
  50. },
  51. {
  52. "path": "pages/user/address",
  53. "style": {
  54. "navigationBarTitleText": "会员地址"
  55. }
  56. },
  57. {
  58. "path": "pages/order/info",
  59. "style": {
  60. "navigationBarTitleText": "预约详情",
  61. "usingComponents": {
  62. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  63. }
  64. }
  65. }
  66. ],
  67. "globalStyle": {
  68. "navigationBarTextStyle": "black",
  69. "navigationBarTitleText": "团购自助兑换",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "backgroundColor": "#F8F8F8"
  72. },
  73. "tabBar": {
  74. "backgroundColor": "#ffffff",
  75. "borderStyle": "white",
  76. "color": "#666666",
  77. "selectedColor": "#fe2c56",
  78. "list": [
  79. {
  80. "iconPath": "/static/image/coupon.png",
  81. "selectedIconPath": "/static/image/coupon-fill.png",
  82. "pagePath": "pages/index/index",
  83. "text": "首页"
  84. },
  85. {
  86. "iconPath": "/static/image/order.png",
  87. "selectedIconPath": "/static/image/order-fill.png",
  88. "pagePath": "pages/order/order",
  89. "text": "订单"
  90. },
  91. {
  92. "iconPath": "/static/image/user.png",
  93. "selectedIconPath": "/static/image/user-fill.png",
  94. "pagePath": "pages/user/user",
  95. "text": "我的"
  96. }
  97. ]
  98. },
  99. "uniIdRouter": {}
  100. }