mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
退出全屏 ,需要水印
This commit is contained in:
@@ -1198,15 +1198,17 @@
|
||||
div3.style.cssText =
|
||||
"position:absolute;pointer-events: none; width: 100%;height: 100%;top:0;left:0;bottom: 0;right: 0; display: flex;justify-content: center;flex-wrap: wrap;overflow: hidden; opacity:0.3;padding-top:10px";
|
||||
div.appendChild(div3);
|
||||
} else {
|
||||
console.log("去除水印 ---- gx ----");
|
||||
var markDiv = div.querySelector("#" + divId);
|
||||
console.log("去除水印 ---- gx markDiv ----",markDiv);
|
||||
if (markDiv) {
|
||||
console.log("执行去除水印 ---- gx markDiv ----",markDiv);
|
||||
div.removeChild(markDiv);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// else {
|
||||
// console.log("去除水印 ---- gx ----");
|
||||
// var markDiv = div.querySelector("#" + divId);
|
||||
// console.log("去除水印 ---- gx markDiv ----",markDiv);
|
||||
// if (markDiv) {
|
||||
// console.log("执行去除水印 ---- gx markDiv ----",markDiv);
|
||||
// div.removeChild(markDiv);
|
||||
// }
|
||||
// }
|
||||
},
|
||||
onPlayerPause() {
|
||||
//console.log("暂停");
|
||||
|
||||
Reference in New Issue
Block a user