加油站付款小程序,打印小票
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
805 B

9 months ago
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/payment/payment",
  5. "pages/center/center"
  6. ],
  7. "window": {
  8. "navigationBarTextStyle": "black",
  9. "navigationBarTitleText": "uni-app",
  10. "navigationBarBackgroundColor": "#F8F8F8",
  11. "backgroundColor": "#F8F8F8",
  12. "navigationStyle": "custom"
  13. },
  14. "tabBar": {
  15. "backgroundColor": "white",
  16. "selectedColor": "#33a5fc",
  17. "list": [
  18. {
  19. "pagePath": "pages/payment/payment",
  20. "iconPath": "static/tabbar/1.png",
  21. "selectedIconPath": "static/tabbar/2.png",
  22. "text": "加油"
  23. },
  24. {
  25. "pagePath": "pages/center/center",
  26. "iconPath": "static/tabbar/3.png",
  27. "selectedIconPath": "static/tabbar/4.png",
  28. "text": "个人中心"
  29. }
  30. ]
  31. },
  32. "usingComponents": {}
  33. }