@@ -312,7 +312,7 @@ export default {
})
},
getVideo(){
- if(this.clickLock||!this.menuItem.tryListen) {
+ if(this.clickLock) {
return;
}
if (this.$method.isGoLogin()) {
@@ -356,7 +356,6 @@ export default {
} else {
this.playVideo();
-
setTimeout(() => {
this.clickLock = false;
},3000)