Commit ed3e411d authored by limingzhe's avatar limingzhe

fix: 封面bug

parent 1ea5514f
...@@ -1320,9 +1320,14 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1320,9 +1320,14 @@ export class PlayComponent implements OnInit, OnDestroy {
return; return;
} }
if (this.maskPic.visible) {
return;
}
this.downFlag = true; this.downFlag = true;
if (this.isTeacher) { if (this.isTeacher) {
if (this.sentBtn && this.sentBtn.visible) { if (this.sentBtn && this.sentBtn.visible) {
if (this.checkClickTarget(this.sentBtn)) { if (this.checkClickTarget(this.sentBtn)) {
......
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