This commit is contained in:
梁灏 2018-06-28 18:09:22 +08:00
parent bbf4ee223f
commit 5528967c63
2 changed files with 6 additions and 3 deletions

View file

@ -307,8 +307,10 @@
this.updatePos();
},
value (val) {
this.currentIndex = val;
this.trackIndex = val;
// this.currentIndex = val;
// this.trackIndex = val;
this.updateTrackIndex(val);
this.setAutoplay();
}
},
mounted () {