谢杰标 2 năm trước cách đây
mục cha
commit
0677030c84
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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)