mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
点击 exit 退出 执行效果
This commit is contained in:
@@ -1158,6 +1158,7 @@
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
onFullscreen(full) {
|
onFullscreen(full) {
|
||||||
|
console.log("onFullscreen full 点击 exit 退出",full);
|
||||||
let divId = 'videowatermark';
|
let divId = 'videowatermark';
|
||||||
var div = document.getElementById('myVideoPlayer')
|
var div = document.getElementById('myVideoPlayer')
|
||||||
if (full) {
|
if (full) {
|
||||||
|
|||||||
Reference in New Issue
Block a user