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

72 lines
1.5 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
5 months ago
6 months ago
6 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. "path" : "pages/promotion/promotion",
  35. "style" :
  36. {
  37. "navigationBarTitleText" : ""
  38. }
  39. }
  40. ],
  41. "globalStyle": {
  42. "navigationBarTextStyle": "black",
  43. "navigationBarTitleText": "unapp模板",
  44. "navigationBarBackgroundColor": "#F8F8F8",
  45. "backgroundColor": "#F8F8F8",
  46. "navigationStyle": "custom"
  47. },
  48. "tabBar": {
  49. "backgroundColor": "white",
  50. "selectedColor": "#33a5fc",
  51. "list": [
  52. {
  53. "pagePath": "pages/payment/payment",
  54. "iconPath": "static/tabbar/1.png",
  55. "selectedIconPath": "static/tabbar/2.png",
  56. "text": "加油"
  57. },
  58. {
  59. "pagePath": "pages/weddingCelebration/weddingCelebration",
  60. "iconPath": "static/tabbar/5.png",
  61. "selectedIconPath": "static/tabbar/6.png",
  62. "text": "佳通婚礼车队服务"
  63. },
  64. {
  65. "pagePath": "pages/center/center",
  66. "iconPath": "static/tabbar/3.png",
  67. "selectedIconPath": "static/tabbar/4.png",
  68. "text": "个人中心"
  69. }
  70. ]
  71. },
  72. "uniIdRouter": {}
  73. }