app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/home/home",
  5. "pages/my/my",
  6. "pages/search/search",
  7. "pages/setMeal/setMeal",
  8. "pages/set/set",
  9. "pages/common/common",
  10. "pages/addOrEdit/addOrEdit",
  11. "pages/orderManage/orderManage",
  12. "pages/detail/detail",
  13. "pages/detailInfo/detailInfo",
  14. "pages/pay/pay",
  15. "pages/affirmOrder/affirmOrder",
  16. "pages/orderDetail/orderDetail",
  17. "pages/payStatus/payStatus",
  18. "pages/photo/photo"
  19. ],
  20. "subPackages": [],
  21. "window": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "靖安民宿",
  24. "navigationBarBackgroundColor": "#F8F8F8",
  25. "backgroundColor": "#F8F8F8"
  26. },
  27. "tabBar": {
  28. "color": "#A6A6A6",
  29. "selectedColor": "#096562",
  30. "borderStyle": "black",
  31. "backgroundColor": "#ffffff",
  32. "list": [
  33. {
  34. "pagePath": "pages/home/home",
  35. "iconPath": "static/images/index.png",
  36. "selectedIconPath": "static/images/index-active.png",
  37. "text": "首页"
  38. },
  39. {
  40. "pagePath": "pages/my/my",
  41. "iconPath": "static/images/my.png",
  42. "selectedIconPath": "static/images/my-active.png",
  43. "text": "我的"
  44. }
  45. ]
  46. },
  47. "usingComponents": {}
  48. }