app.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/yydb",
  5. "pages/index/info",
  6. "pages/index/yypz",
  7. "pages/index/card",
  8. "pages/index/cardDetail",
  9. "pages/public/register",
  10. "pages/public/login",
  11. "pages/public/wxLogin",
  12. "pages/public/forget",
  13. "pages/set/phone",
  14. "pages/set/userinfo",
  15. "pages/user/my",
  16. "pages/user/coupon",
  17. "pages/user/becomeVip",
  18. "pages/order/order",
  19. "pages/order/success",
  20. "pages/order/expressInfo",
  21. "pages/order/orderDetail",
  22. "pages/order/evaluate",
  23. "pages/order/orderRefund",
  24. "pages/jdr/center",
  25. "pages/jdr/order",
  26. "pages/jdr/evaluate",
  27. "pages/money/pay",
  28. "pages/money/paySuccess",
  29. "pages/money/wallet",
  30. "pages/money/balance",
  31. "pages/money/withdrawal",
  32. "pages/money/recharge",
  33. "pages/user/mycardDetail",
  34. "pages/redirect/redirect",
  35. "pages/user/extension",
  36. "pages/user/shareQrCode"
  37. ],
  38. "subPackages": [],
  39. "window": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "陪诊",
  42. "navigationBarBackgroundColor": "#FFFFFF",
  43. "backgroundColor": "#f8f8f8"
  44. },
  45. "tabBar": {
  46. "color": "#C0C4CC",
  47. "selectedColor": "#5DBC7C",
  48. "borderStyle": "black",
  49. "backgroundColor": "#ffffff",
  50. "list": [
  51. {
  52. "pagePath": "pages/index/index",
  53. "iconPath": "static/tabBar/tab-home.png",
  54. "selectedIconPath": "static/tabBar/tab-home-current.png",
  55. "text": "首页"
  56. },
  57. {
  58. "pagePath": "pages/order/order",
  59. "iconPath": "static/tabBar/tab-cate.png",
  60. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  61. "text": "订单"
  62. },
  63. {
  64. "pagePath": "pages/user/my",
  65. "iconPath": "static/tabBar/tab-my.png",
  66. "selectedIconPath": "static/tabBar/tab-my-current.png",
  67. "text": "我的"
  68. }
  69. ]
  70. },
  71. "usingComponents": {}
  72. }