Merge pull request 'gdpao' (#371) from gyh into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/371
This commit is contained in:
commit
e96fcf28a9
@ -462,6 +462,10 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
errors(a){
|
errors(a){
|
||||||
|
this.videoContext.stop();
|
||||||
|
setTimeout(() => {
|
||||||
|
this.videoContext.play()
|
||||||
|
},1000)
|
||||||
console.log(a)
|
console.log(a)
|
||||||
},
|
},
|
||||||
newpeople(list){
|
newpeople(list){
|
||||||
@ -499,8 +503,7 @@ export default {
|
|||||||
// }, 300)
|
// }, 300)
|
||||||
console.log(message)
|
console.log(message)
|
||||||
if(message.type == 1){
|
if(message.type == 1){
|
||||||
this.videoContext.stop();
|
|
||||||
this.videoContext.play()
|
|
||||||
console.log('stop')
|
console.log('stop')
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user