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

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