Commit d9c31501 authored by haiyoucuv's avatar haiyoucuv

init

parent 1e8b29f8
......@@ -33,7 +33,7 @@ class VideoPanel extends React.Component<IVideoPanelProps> {
const cd = this.state.cd - 1;
this.setState({ cd });
if (this.state.cd <= 0) {
if (cd <= 0) {
clearInterval(this.intervalId);
this.finishVideoTask();
return;
......
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