This commit is contained in:
魏啾 2024-07-23 09:51:48 +08:00
parent 16fa1dae73
commit 9ee4ff1f30
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@
}, },
onHide() { onHide() {
this.socketTicket.Close() this.socketTicket.Close()
uni.$off('message') uni.$off('getMessage')
}, },
onShow() { onShow() {
uni.$on('message', this.getMessage) uni.$on('message', this.getMessage)