From 518a9c34923638020bc82e6e32bb06c2daa4e25e Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=E8=A7=86=E9=A2=91=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E6=97=B6=E9=87=8D=E7=BD=AE=E7=89=87=E5=A4=B4=E7=89=87?= =?UTF-8?q?=E5=B0=BE=E8=BE=93=E5=85=A5=E6=A1=86=E6=95=B0=E6=8D=AE?= 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 2814ac9..32a6090 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -505,6 +505,7 @@ export default { const key = this.video.key + '@' + this.video.info.id var time = this.video.info.time this.xg.removeAllProgressDot() + this.startPosition = this.endPosition = { min: '00', sec: '00' } if (db) { if (!time && db.index === index) { // 如果video.info.time没有设定的话,从历史中读取时间进度 time = db.time