We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e568053 commit 3a3e37fCopy full SHA for 3a3e37f
src/components/Play.vue
@@ -540,7 +540,8 @@ export default {
540
const key = this.video.key + '@' + this.video.info.id
541
var time = this.video.info.time
542
this.xg.removeAllProgressDot()
543
- this.startPosition = this.endPosition = { min: '00', sec: '00' }
+ this.startPosition = { min: '00', sec: '00' }
544
+ this.endPosition = { min: '00', sec: '00' }
545
if (db) {
546
if (!time && db.index === index) { // 如果video.info.time没有设定的话,从历史中读取时间进度
547
time = db.time
0 commit comments