app.json 1.1 KB

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