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.time[currentTime] = currentTime;
 					this.$emit('play', 'time', currentTime);
 					this.$emit('play', 'time', currentTime);
 					//记录播放进度
 					//记录播放进度
-					this.Dever.data('video_' + this.item.id, this.hall);
+					//this.Dever.data('video_' + this.item.id, this.hall);
 				}
 				}
 			}
 			}
 		}
 		}