From 235a4ae4fa673217e3a0d9529aa351808fd9deaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sun, 30 Dec 2018 00:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ktv=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/app.js | 2 +- js/modules/local.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {