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()