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