gdpao
This commit is contained in:
parent
d805b6f0bf
commit
8af938e0eb
@ -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 ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user