dever 4 년 전
부모
커밋
754814f22b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/dever/components/video.nvue

+ 1 - 1
lib/dever/components/video.nvue

@@ -210,7 +210,7 @@ export default {
 					this.time[currentTime] = currentTime;
 					this.$emit('play', 'time', currentTime);
 					//记录播放进度
-					this.Dever.data('video_' + this.item.id, this.hall);
+					//this.Dever.data('video_' + this.item.id, this.hall);
 				}
 			}
 		}