From 5dc4fed3d7a3f69c29998f6dc2da5e165a1491c4 Mon Sep 17 00:00:00 2001 From: duan Date: Wed, 7 Sep 2022 14:58:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(src/views/login/index.vue):=20?= =?UTF-8?q?=E6=B5=81=E5=85=B3=E9=97=AD=E5=90=8E=E7=9B=B8=E5=85=B3=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 195fd20..ba02b67 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -162,11 +162,11 @@ export default { handleClose: throttle(function() { faceStop().then( res => { - console.log(res) + // console.log(res) + this.play = null + this.rflag = false } ) - this.play = null - this.rflag = false }, 1000), handleOpen() { this.$forceUpdate()