Here is my code
这是我的代码
componentDidMount() {
let that = this;
setInterval(() => {
that.setState({number: 1});
}, 2000);
}
componentDidMount() Here is my code
这是我的代码
componentDidMount() {
let that = this;
setInterval(() => {
that.setState({number: 1});
}, 2000);
}
componentDidMount()