const Footer = () => (
  <View style={styles.footerContainer}>
    <ActivityIndicator size="small" color="#3e9ce9" />
    <Text style={styles.footerText}>数据加载中……</Text>
  </View>