refactor(src/views/login/index.vue): 流关闭后相关操作

duizhaopin_ui
duan 2 years ago
parent a88cdd13d0
commit 5dc4fed3d7

@ -162,11 +162,11 @@ export default {
handleClose: throttle(function() { handleClose: throttle(function() {
faceStop().then( faceStop().then(
res => { res => {
console.log(res) // console.log(res)
this.play = null
this.rflag = false
} }
) )
this.play = null
this.rflag = false
}, 1000), }, 1000),
handleOpen() { handleOpen() {
this.$forceUpdate() this.$forceUpdate()

Loading…
Cancel
Save