123456789101112131415161718192021222324 |
- {
- "pages":[
- "pages/index/index",
- "pages/collect/collect",
- "pages/buy/buy",
- "pages/search/search",
- "pages/searchresult/searchresult",
- "pages/logs/logs",
- "pages/shop/shop",
- "pages/sell/sell",
- "pages/cardetail/cardetail",
- "pages/usercenter/usercenter",
- "pages/mysuggest/mysuggest",
- "pages/mybuy/mybuy"
- ],
- "window":{
- "navigationBarBackgroundColor": "#fede18",
- "navigationBarTitleText": "第一好车",
- "navigationBarTextStyle":"black",
- "navigationStyle": "custom",
- "enablePullDownRefresh":false,
- "backgroundColor":"black"
- }
- }
|