app.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/discover/discover",
  5. "pages/shopCart/shopCart",
  6. "pages/person/person",
  7. "pages/details/details",
  8. "pages/webView/webView",
  9. "pages/special/special",
  10. "pages/brand/brand",
  11. "pages/comments/comments",
  12. "pages/search/search",
  13. "pages/confirmOrder/confirmOrder",
  14. "pages/order_tabs/orderTabs",
  15. "pages/address/address",
  16. "pages/addAddress/addAddress",
  17. "pages/orderPaySn/orderPaySn",
  18. "pages/fcode/fcode",
  19. "pages/login/login"
  20. ],
  21. "window": {
  22. "backgroundTextStyle": "dark",
  23. "navigationBarBackgroundColor": "#eb4e4f",
  24. "navigationBarTitleText": "熊猫美妆",
  25. "navigationBarTextStyle": "white",
  26. "onReachBottomDistance": 200
  27. },
  28. "tabBar": {
  29. "selectedColor": "#FF6760",
  30. "backgroundColor": "#ffffff",
  31. "borderStyle": "black",
  32. "list": [
  33. {
  34. "iconPath": "./image/tabbar/tabbar_home_default@2x.png",
  35. "selectedIconPath": "./image/tabbar/tabbar_home_hight@2x.png",
  36. "pagePath": "pages/index/index",
  37. "text": "首页"
  38. },
  39. {
  40. "iconPath": "./image/tabbar/tabbar_shopguide_default@2x.png",
  41. "selectedIconPath": "./image/tabbar/tabbar_shopguide_hight@2x.png",
  42. "pagePath": "pages/discover/discover",
  43. "text": "发现"
  44. },
  45. {
  46. "iconPath": "./image/tabbar/tabbar_shopcar_default@2x.png",
  47. "selectedIconPath": "./image/tabbar/tabbar_shopcar_hight@2x.png",
  48. "pagePath": "pages/shopCart/shopCart",
  49. "text": "购物车"
  50. },
  51. {
  52. "iconPath": "./image/tabbar/tabbar_set_default@2x.png",
  53. "selectedIconPath": "./image/tabbar/tabbar_set_hight@2x.png",
  54. "pagePath": "pages/person/person",
  55. "text": "我"
  56. }
  57. ]
  58. }
  59. }