From 155082a28426c1bfe0ff77ccd5b2885a0b12cdb3 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Sep 2025 12:45:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90pay=20=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E3=80=91=E6=94=B6=E9=93=B6=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=90=8E=E6=B8=85=E7=90=86=E5=AE=9A=E6=97=B6=E8=BD=AE?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay/cashier/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/pay/cashier/index.vue b/src/views/pay/cashier/index.vue index e40489b6..0563e72a 100644 --- a/src/views/pay/cashier/index.vue +++ b/src/views/pay/cashier/index.vue @@ -459,6 +459,11 @@ onMounted(() => { } getDetail() }) + +/** 销毁 */ +onBeforeUnmount(() => { + clearQueryInterval() +})