Merge pull request 'gdpao' (#371) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/371
This commit was merged in pull request #371.
This commit is contained in:
gyh
2020-09-16 17:07:24 +08:00

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 ;
}