This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

优化ktv模式

2.x
宇天 2018-12-30 00:58:07 +08:00
parent 4c52a27177
commit 235a4ae4fa
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ Anot({
it.time = 0 it.time = 0
this.updateCurr(it) this.updateCurr(it)
this.draw() this.draw()
this.ktvMode = 1 // this.ktvMode = 1
}) })
} }
this.isPlaying = !this.isPlaying this.isPlaying = !this.isPlaying

View File

@ -48,7 +48,7 @@ export default Anot({
SONIST.clear() SONIST.clear()
SONIST.push(LS.getAll()) SONIST.push(LS.getAll())
this.__APP__.play() // this.__APP__.play()
}, },
watch: { watch: {
'props.curr'(v) { 'props.curr'(v) {