app.json 665 B

123456789101112131415161718192021222324252627
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/hot/hot",
  5. "pages/hotdt/hotdt",
  6. "pages/myloan/myloan",
  7. "pages/evaluate/evaluate",
  8. "pages/sell/sell",
  9. "pages/loans/loans",
  10. "pages/collect/collect",
  11. "pages/buy/buy",
  12. "pages/shop/shop",
  13. "pages/cardetail/cardetail",
  14. "pages/usercenter/usercenter",
  15. "pages/mysuggest/mysuggest",
  16. "pages/mybuy/mybuy",
  17. "pages/test/test"
  18. ],
  19. "window":{
  20. "navigationBarBackgroundColor": "#fede18",
  21. "navigationBarTitleText": "第一好车",
  22. "navigationBarTextStyle":"black",
  23. "navigationStyle": "custom",
  24. "enablePullDownRefresh":false,
  25. "backgroundColor":"black"
  26. }
  27. }