Commit e19f2f15 authored by Chen Jiping's avatar Chen Jiping

fix:增加延迟加载

parent 5e0d681b
...@@ -656,7 +656,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -656,7 +656,7 @@ export class PlayComponent implements OnInit, OnDestroy {
setTimeout(() => { setTimeout(() => {
this.initExercises(); this.initExercises();
}, 500); }, 1000);
} }
......
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