From 880dd9ff35f70bd6d8736cf64fc8ffe77b771c48 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 2 Nov 2020 18:03:47 +0100 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=A7=A3=E5=86=B3=E6=8D=A2?= =?UTF-8?q?=E6=BA=90=E6=97=B6=E9=97=B4=E8=BF=9B=E5=BA=A6=E9=97=AE=E9=A2=98?= =?UTF-8?q?,=E5=8F=91=E7=8E=B0=E8=AE=B0=E5=BD=95this.video.info.time?= =?UTF-8?q?=E7=9A=84=E8=AF=9D,=E8=A7=86=E9=A2=91=E4=BC=9A=E5=8D=A1?= =?UTF-8?q?=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 26acf2e..748687b 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -459,7 +459,6 @@ export default { doc.time = this.xg.currentTime delete doc.id history.update(db.id, doc) - this.video.info.time = this.xg.currentTime } }, 10000) }, @@ -777,7 +776,7 @@ export default { }, async otherItemEvent (e) { // 打开当前播放的剧集index, 定位到当前的时间 - this.video = { key: e.key, info: { id: e.id, name: e.name, site: e.site, index: this.video.info.index, time: this.video.info.time } } + this.video = { key: e.key, info: { id: e.id, name: e.name, site: e.site, index: this.video.info.index, time: this.xg.currentTime } } this.right.show = false this.right.type = '' },