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

Loading…
Cancel
Save