this.$nextTick(
()=> {
this.initPlugin();
setTimeout(()=>{
_video()
},1000)
}
);