diff --git a/js/app.js b/js/app.js index dd272b7..f43219e 100644 --- a/js/app.js +++ b/js/app.js @@ -364,7 +364,7 @@ Anot({ it.time = 0 this.updateCurr(it) this.draw() - this.ktvMode = 1 + // this.ktvMode = 1 }) } this.isPlaying = !this.isPlaying diff --git a/js/modules/local.js b/js/modules/local.js index 063fae5..427a22a 100644 --- a/js/modules/local.js +++ b/js/modules/local.js @@ -48,7 +48,7 @@ export default Anot({ SONIST.clear() SONIST.push(LS.getAll()) - this.__APP__.play() + // this.__APP__.play() }, watch: { 'props.curr'(v) {