12345678910111213141516171819202122232425262728 |
- {
- "pages":[
- "pages/index/index",
- "pages/mybuy/mybuy",
- "pages/hot/hot",
- "pages/hotdt/hotdt",
- "pages/myloan/myloan",
- "pages/evaluate/evaluate",
- "pages/sell/sell",
- "pages/loans/loans",
- "pages/collect/collect",
- "pages/buy/buy",
- "pages/shop/shop",
- "pages/cardetail/cardetail",
- "pages/usercenter/usercenter",
- "pages/mysuggest/mysuggest",
- "pages/test/test",
- "pages/orderdetail/orderdetail"
- ],
- "window":{
- "navigationBarBackgroundColor": "#fede18",
- "navigationBarTitleText": "第一好车",
- "navigationBarTextStyle":"black",
- "navigationStyle": "custom",
- "enablePullDownRefresh":false,
- "backgroundColor":"black"
- }
- }
|