app.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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/shouquan/shouquan",
  19. "pages/login/login"
  20. ],
  21. "subPackages": [],
  22. "window": {
  23. "navigationBarTextStyle": "black",
  24. "navigationBarTitleText": "靖安民宿",
  25. "navigationBarBackgroundColor": "#F8F8F8",
  26. "backgroundColor": "#F8F8F8"
  27. },
  28. "tabBar": {
  29. "color": "#A6A6A6",
  30. "selectedColor": "#096562",
  31. "borderStyle": "black",
  32. "backgroundColor": "#ffffff",
  33. "list": [
  34. {
  35. "pagePath": "pages/home/home",
  36. "iconPath": "static/images/index.png",
  37. "selectedIconPath": "static/images/index-active.png",
  38. "text": "首页"
  39. },
  40. {
  41. "pagePath": "pages/my/my",
  42. "iconPath": "static/images/my.png",
  43. "selectedIconPath": "static/images/my-active.png",
  44. "text": "我的"
  45. }
  46. ]
  47. },
  48. "usingComponents": {}
  49. }