fix(src/views/user/index.vue): 关闭流后关闭窗口

duizhaopin_ui
duan 2 years ago
parent d422b8ffb3
commit a88cdd13d0

@ -533,12 +533,11 @@ export default {
handleFaceCancel: throttle(function() { handleFaceCancel: throttle(function() {
faceStop().then( faceStop().then(
res => { res => {
console.log(res) this.dialogFaceVisible = false
this.play = null
this.rflag = false
} }
) )
this.dialogFaceVisible = false
this.play = null
this.rflag = false
}, 1000), }, 1000),
handleCancel() { handleCancel() {
this.play = null this.play = null

Loading…
Cancel
Save