From b73e9ee36b2a0fd36e29c2c58f940d8b2f2fc4cb Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 2 Apr 2025 11:01:01 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3156=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=AE=A2=E6=9C=8D=E6=B6=88?= =?UTF-8?q?=E6=81=AF--=E7=82=B9=E5=87=BB=E5=95=86=E5=93=81=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=EF=BC=8C=E5=9C=A8=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E4=B8=AD=E7=82=B9=E5=87=BB=E2=80=9C=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E2=80=9D=EF=BC=8C=E8=81=8A=E5=A4=A9=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/room.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_common/views/room.vue b/pkg_common/views/room.vue index 7371e94..ec6df9a 100644 --- a/pkg_common/views/room.vue +++ b/pkg_common/views/room.vue @@ -129,7 +129,7 @@ export default { this.content = uni.getStorageSync(this.merName+this.uid+this.storeId) this.connectSocketInit() }, - onUnload() { + onHide() { if (this.socketOpen) { this.socketTask.close(); }