谢杰标 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)