Commit 5e6a7d0e authored by liujiaxin's avatar liujiaxin

www

parent 5acc4793
...@@ -242,6 +242,10 @@ export class PlayComponent extends BaseResizeComponent implements OnInit, AfterV ...@@ -242,6 +242,10 @@ export class PlayComponent extends BaseResizeComponent implements OnInit, AfterV
}; };
this.partDetailVisible = true; this.partDetailVisible = true;
this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh();
} }
closeDetailView(evt) { closeDetailView(evt) {
// if (evt.currentTarget === evt.target) { // if (evt.currentTarget === evt.target) {
......
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