谢杰标 2 年之前
父节点
当前提交
0677030c84
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      components/course/courseSection.vue

+ 1 - 2
components/course/courseSection.vue

@@ -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)