From d990aa92b023a687e2e4f8206d08438a464d600e Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 2 Nov 2020 16:23:05 +0100 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=BD=93=E5=89=8D=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E6=97=B6=E9=97=B4this.video.info.time,=20=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=8D=A2=E6=BA=90=E6=97=B6=E6=97=B6=E9=97=B4=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E5=AE=9A=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Play.vue b/src/components/Play.vue index 9f65116..26acf2e 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -459,6 +459,7 @@ export default { doc.time = this.xg.currentTime delete doc.id history.update(db.id, doc) + this.video.info.time = this.xg.currentTime } }, 10000) },