dever 4 years ago
parent
commit
754814f22b
1 changed files with 1 additions and 1 deletions
  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);
 				}
 			}
 		}