pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "tabBar" : {
  3. "color" : "#999999",
  4. "selectedColor" : "#FF0036",
  5. "list" : [
  6. {
  7. "pagePath" : "pages/index/index",
  8. "text" : "商城",
  9. "iconPath" : "static/mall.png",
  10. "selectedIconPath" : "static/mall-a.png"
  11. },
  12. {
  13. "pagePath" : "pages/news/news",
  14. "text" : "资讯",
  15. "iconPath" : "static/news.png",
  16. "selectedIconPath" : "static/news-a.png"
  17. },
  18. {
  19. "pagePath" : "pages/shoppingCard/shoppingCard",
  20. "text" : "购物车",
  21. "iconPath" : "static/scart.png",
  22. "selectedIconPath" : "static/scart-a.png"
  23. },
  24. {
  25. "pagePath" : "pages/my/my",
  26. "text" : "我的",
  27. "iconPath" : "static/my.png",
  28. "selectedIconPath" : "static/my-a.png"
  29. }
  30. ]
  31. },
  32. "pages": [
  33. {
  34. "path": "pages/index/index",
  35. "style": {
  36. "titleNView" : false,
  37. "navigationStyle" : "custom"
  38. }
  39. }
  40. ,{
  41. "path" : "pages/productInfo/productInfo",
  42. "style" : {}
  43. }
  44. ,{
  45. "path" : "pages/news/news",
  46. "style" : {
  47. "titleNView" : false,
  48. "navigationStyle" : "custom"
  49. }
  50. }
  51. ,{
  52. "path" : "pages/shoppingCard/shoppingCard",
  53. "style" : {
  54. "titleNView" : false,
  55. "navigationStyle" : "custom"
  56. }
  57. }
  58. ,{
  59. "path" : "pages/my/my",
  60. "style" : {
  61. "titleNView" : false,
  62. "navigationStyle" : "custom"
  63. }
  64. }
  65. ,{
  66. "path" : "pages/artInfo/artInfo",
  67. "style" : {
  68. }
  69. }
  70. ,{
  71. "path" : "pages/myorders/myorders",
  72. "style" : {
  73. "navigationBarTitleText":"我的订单"
  74. }
  75. }
  76. ],
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "graceMall",
  80. "navigationBarBackgroundColor": "#F8F8F8",
  81. "backgroundColor": "#F8F8F8"
  82. }
  83. }