app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/order/order",
  5. "pages/user/user",
  6. "pages/order/confirm",
  7. "pages/order/detail",
  8. "pages/user/license",
  9. "pages/order/store",
  10. "pages/user/address",
  11. "pages/order/info"
  12. ],
  13. "subPackages": [],
  14. "window": {
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "团购自助兑换",
  17. "navigationBarBackgroundColor": "#ffffff",
  18. "backgroundColor": "#F8F8F8"
  19. },
  20. "tabBar": {
  21. "backgroundColor": "#ffffff",
  22. "borderStyle": "white",
  23. "color": "#666666",
  24. "selectedColor": "#fe2c56",
  25. "list": [
  26. {
  27. "iconPath": "/static/image/coupon.png",
  28. "selectedIconPath": "/static/image/coupon-fill.png",
  29. "pagePath": "pages/index/index",
  30. "text": "首页"
  31. },
  32. {
  33. "iconPath": "/static/image/order.png",
  34. "selectedIconPath": "/static/image/order-fill.png",
  35. "pagePath": "pages/order/order",
  36. "text": "订单"
  37. },
  38. {
  39. "iconPath": "/static/image/user.png",
  40. "selectedIconPath": "/static/image/user-fill.png",
  41. "pagePath": "pages/user/user",
  42. "text": "我的"
  43. }
  44. ]
  45. },
  46. "component2": true,
  47. "usingComponents": {}
  48. }