mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
测试一下5
This commit is contained in:
@@ -385,7 +385,7 @@ export default {
|
|||||||
console.log('\x1b[31m%s\x1b[0m','*****************加载失败**********')
|
console.log('\x1b[31m%s\x1b[0m','*****************加载失败**********')
|
||||||
})
|
})
|
||||||
// 监听全屏事件的变化,保存数据
|
// 监听全屏事件的变化,保存数据
|
||||||
window.addEventListener("fullscreenchange", () => {
|
window.addEventListener("F", () => {
|
||||||
this.isFullscreen = this.isFullScreen();
|
this.isFullscreen = this.isFullScreen();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -409,6 +409,7 @@ export default {
|
|||||||
/* 切换播放状态
|
/* 切换播放状态
|
||||||
*/
|
*/
|
||||||
togglePlayStatus() {
|
togglePlayStatus() {
|
||||||
|
cosnole.log("togglePlayStatus is this.videoDom.paused ",this.videoDom.paused)
|
||||||
if (this.videoDom.paused) {
|
if (this.videoDom.paused) {
|
||||||
if(!this.isInit && this.initTime != null && this.initTime > 0){
|
if(!this.isInit && this.initTime != null && this.initTime > 0){
|
||||||
this.videoDom.currentTime = this.initTime;
|
this.videoDom.currentTime = this.initTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user