Commit e693172f authored by liujiaxin's avatar liujiaxin

sdf

parent 6ca58832
......@@ -162,6 +162,9 @@ export class PlayComponent implements OnInit, AfterViewInit, OnDestroy {
this.currentSeqIndex++ ;
this.animIng = false;
this.randPics.find(item => item.idx === idx).isRight = true;
this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh();
});
} else {
this.wrongAudio.pause();
......
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