This commit is contained in:
Gdpao 2020-09-16 11:31:59 +08:00
parent d805b6f0bf
commit 8af938e0eb

View File

@ -462,6 +462,10 @@ export default {
});
},
errors(a){
this.videoContext.stop();
setTimeout(() => {
this.videoContext.play()
},1000)
console.log(a)
},
newpeople(list){
@ -499,8 +503,7 @@ export default {
// }, 300)
console.log(message)
if(message.type == 1){
this.videoContext.stop();
this.videoContext.play()
console.log('stop')
return ;
}