From 3a3e37f4bdc7d1b4535d15ebc401f55fd1b2f826 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Wed, 30 Dec 2020 23:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B4=E6=8E=A5=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E8=AE=BE=E7=BD=AE=E8=B0=83=E7=95=A5=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=97=B6=E7=89=87=E5=A4=B4=E7=89=87=E5=B0=BE=E4=B8=80=E8=B5=B7?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index 695a8be..68d6330 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -540,7 +540,8 @@ 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' } + this.startPosition = { min: '00', sec: '00' } + this.endPosition = { min: '00', sec: '00' } if (db) { if (!time && db.index === index) { // 如果video.info.time没有设定的话,从历史中读取时间进度 time = db.time