优化ktv模式
parent
4c52a27177
commit
235a4ae4fa
|
@ -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
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Reference in New Issue