加油站付款小程序,打印小票
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.

49 lines
1.1 KiB

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/payment/payment",
  4. "style": {
  5. "navigationBarTitleText": "加油"
  6. }
  7. },
  8. {
  9. "path": "pages/center/center",
  10. "style": {
  11. "navigationBarTitleText": "个人中心"
  12. }
  13. },
  14. {
  15. "path": "pages/login/login",
  16. "style": {
  17. "navigationBarTitleText": "授权登录"
  18. }
  19. },
  20. {
  21. "path": "pages/weddingCelebration/weddingCelebration",
  22. "style": {
  23. "navigationBarTitleText": "婚庆服务"
  24. }
  25. }
  26. ],
  27. "globalStyle": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "unapp模板",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8",
  32. "navigationStyle": "custom"
  33. },
  34. "tabBar": {
  35. "backgroundColor": "white",
  36. "selectedColor": "#33a5fc",
  37. "list": [{
  38. "pagePath": "pages/payment/payment",
  39. "iconPath": "static/tabbar/1.png",
  40. "selectedIconPath": "static/tabbar/2.png",
  41. "text": "加油"
  42. }, {
  43. "pagePath": "pages/center/center",
  44. "iconPath": "static/tabbar/3.png",
  45. "selectedIconPath": "static/tabbar/4.png",
  46. "text": "个人中心"
  47. }]
  48. },
  49. "uniIdRouter": {}
  50. }