This commit is contained in:
2022-02-22 16:51:20 +08:00
13 changed files with 178 additions and 101 deletions

View File

@@ -144,6 +144,10 @@
im.setNotifyBadge()
}
}
},
onHide() {
// console.log(JSON.stringify(this.$refs))
this.$refs.voice.stopPlay()
}
}
</script>