This commit is contained in:
zhaofang
2022-11-22 11:46:30 +08:00
parent 14d9ac83e9
commit 50c4e3f8f1
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
:controls="false"
:enable-play-gesture="false"
:initial-time="initPlayingTime"
@error="onError"
@error="error"
@touchend="onTouchend"
@play="onPlay"
@pause="onPause"
@@ -236,7 +236,7 @@
// this.fullScreenFlag ? this.bool=true : this.bool=false;
//this.fullScreenFlag=!this.fullScreenFlag;
},
onError(e){
error(e){
console.log(e,'播放错误');
this.$emit('error',e);
},