app.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/entry/login",
  5. "pages/entry/auth",
  6. "pages/entry/register",
  7. "pages/index/qifu/index",
  8. "pages/index/chaodu/index",
  9. "pages/index/fangsheng/index",
  10. "pages/index/fangsheng/record",
  11. "pages/index/fangsheng/intro",
  12. "pages/index/peifu/index",
  13. "pages/index/gongdeng/index",
  14. "pages/index/gongdeng/fodengInfo",
  15. "pages/index/gongdeng/gongdengIntroduction",
  16. "pages/index/gongdeng/myGongdeng",
  17. "pages/index/gongdeng/myTicket",
  18. "pages/index/answer/index",
  19. "pages/index/answer/answerIntroduction",
  20. "pages/index/answer/applyRecord",
  21. "pages/index/answer/applyForm",
  22. "pages/index/music/index",
  23. "pages/index/book/index",
  24. "pages/index/xingshan/index",
  25. "pages/index/nianfo/index",
  26. "pages/index/calendar/index",
  27. "pages/index/xiuxing/xiuxingItem",
  28. "pages/temple/index",
  29. "pages/temple/activity",
  30. "pages/temple/detail",
  31. "pages/headlines/index",
  32. "pages/headlines/detail",
  33. "pages/dynamic/send",
  34. "pages/dynamic/index",
  35. "pages/shop/index",
  36. "pages/shop/detail",
  37. "pages/order/index",
  38. "pages/order/detail",
  39. "pages/order/pay",
  40. "pages/my/index",
  41. "pages/my/setting",
  42. "pages/my/info",
  43. "pages/my/card",
  44. "pages/my/fucard",
  45. "pages/my/activity",
  46. "pages/my/dynamic",
  47. "pages/my/collect"
  48. ],
  49. "subPackages": [],
  50. "window": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "报恩寺",
  53. "navigationBarBackgroundColor": "#F8F8F8",
  54. "backgroundColor": "#F8F8F8",
  55. "backgroundTextStyle": "dark",
  56. "backgroundColorTop": "#FFFFFF"
  57. },
  58. "tabBar": {
  59. "selectedColor": "#ff6e4f",
  60. "backgroundColor": "white",
  61. "borderStyle": "black",
  62. "list": [
  63. {
  64. "text": "首页",
  65. "pagePath": "pages/index/index",
  66. "iconPath": "static/tabs/bottom_image_temple_normal.png",
  67. "selectedIconPath": "static/tabs/bottom_image_temple_press.png"
  68. },
  69. {
  70. "text": "寺院",
  71. "pagePath": "pages/temple/index",
  72. "iconPath": "static/tabs/bottom_image_home_normal.png",
  73. "selectedIconPath": "static/tabs/bottom_image_home_press.png"
  74. },
  75. {
  76. "text": "头条",
  77. "pagePath": "pages/headlines/index",
  78. "iconPath": "static/tabs/bottom_image_news_normal.png",
  79. "selectedIconPath": "static/tabs/bottom_image_news_press.png"
  80. },
  81. {
  82. "text": "动态",
  83. "pagePath": "pages/dynamic/index",
  84. "iconPath": "./static/tabs/bottom_image_dynamic_normal.png",
  85. "selectedIconPath": "static/tabs/bottom_image_dynamic_press.png"
  86. },
  87. {
  88. "text": "未登录",
  89. "pagePath": "pages/my/index",
  90. "iconPath": "static/tabs/bottom_image_me_normal.png",
  91. "selectedIconPath": "static/tabs/bottom_image_me_press.png"
  92. }
  93. ]
  94. },
  95. "usingComponents": {}
  96. }