react---项目(1)

 
1:设置定时器
clearTimeout(this.timeoutId)
this.timer = setTimeout(() => {
this.setState({ loading_show: false })
}, 200)
posted @ 2017-10-23 12:38  葱名不知笑  阅读(50)  评论(0)    收藏  举报