index.config.js 257 B

12345678910
  1. export default {
  2. navigationBarTitleText: '直播列表',
  3. enablePullDownRefresh: true,
  4. navigationBarTextStyle:'white',
  5. backgroundColor: '#7ac7ff',
  6. navigationBarBackgroundColor:'#7ac7ff',
  7. onReachBottomDistance: 310,
  8. navigationStyle: 'custom',
  9. }