index.config.js 250 B

12345678910
  1. export default {
  2. navigationBarTitleText: '首页',
  3. enablePullDownRefresh: true,
  4. navigationStyle: 'custom',
  5. navigationBarBackgroundColor:'#7ac7ff',
  6. navigationBarTextStyle:'white',
  7. backgroundColor: '#7ac7ff',
  8. onReachBottomDistance: 50,
  9. }