<pre>
<code>
window.onload = () =>{
this.setState({loading_page:false})
}
</code>
</pre>
将上面的 函数放在首页的componentDidMount中
<pre>
<code>
window.onload = () =>{
this.setState({loading_page:false})
}
</code>
</pre>
将上面的 函数放在首页的componentDidMount中
本文标题:reactjs首页预加载动画
本文链接:https://www.haomeiwen.com/subject/ejpitxtx.html
网友评论