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

65 lines
1.4 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
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. "enablePullDownRefresh": false
  13. }
  14. },
  15. {
  16. "path": "pages/login/login",
  17. "style": {
  18. "navigationBarTitleText": "授权登录"
  19. }
  20. },
  21. {
  22. "path": "pages/login/wxUserInfo",
  23. "style": {
  24. "navigationBarTitleText": "授权登录"
  25. }
  26. },
  27. {
  28. "path": "pages/weddingCelebration/weddingCelebration",
  29. "style": {
  30. "navigationBarTitleText": "婚庆服务"
  31. }
  32. }
  33. ],
  34. "globalStyle": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "unapp模板",
  37. "navigationBarBackgroundColor": "#F8F8F8",
  38. "backgroundColor": "#F8F8F8",
  39. "navigationStyle": "custom"
  40. },
  41. "tabBar": {
  42. "backgroundColor": "white",
  43. "selectedColor": "#33a5fc",
  44. "list": [
  45. {
  46. "pagePath": "pages/payment/payment",
  47. "iconPath": "static/tabbar/1.png",
  48. "selectedIconPath": "static/tabbar/2.png",
  49. "text": "加油"
  50. },
  51. {
  52. "pagePath": "pages/weddingCelebration/weddingCelebration",
  53. "iconPath": "static/tabbar/5.png",
  54. "selectedIconPath": "static/tabbar/6.png",
  55. "text": "佳通婚礼车队服务"
  56. },
  57. {
  58. "pagePath": "pages/center/center",
  59. "iconPath": "static/tabbar/3.png",
  60. "selectedIconPath": "static/tabbar/4.png",
  61. "text": "个人中心"
  62. }
  63. ]
  64. },
  65. "uniIdRouter": {}
  66. }