罗广聪

c

... ... @@ -161,7 +161,6 @@ export default class Home extends Component {
that.setState({
answerList: Temp
})
console.log("hhh")
}
format(date) {
... ...
... ... @@ -50,8 +50,6 @@ export default class Home extends Component {
}
render() {
// console.log("首页的this.props", this);
// console.log("render首页文章列表", this.state.ListData);
const { navigate } = this.props.navigation;
return (
<View style={styles.container}>
... ...