Commit 383ec8d5 by zeven

修复加载页面黑屏问题

parent 7f0ae948
......@@ -453,6 +453,7 @@ class FacePage extends Component {
});
if (flag && timeout) {
// 自动关闭加载界面
this.wakeUp(timeout);
clearTimeout(this.loadingTimeout);
this.loadingTimeout = setTimeout(() => {
this.setState({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment