diff --git a/src/views/user/index.vue b/src/views/user/index.vue index cf37695..0bb3814 100644 --- a/src/views/user/index.vue +++ b/src/views/user/index.vue @@ -533,12 +533,11 @@ export default { handleFaceCancel: throttle(function() { faceStop().then( res => { - console.log(res) + this.dialogFaceVisible = false + this.play = null + this.rflag = false } ) - this.dialogFaceVisible = false - this.play = null - this.rflag = false }, 1000), handleCancel() { this.play = null