From 284d696b25b6a184f1aaa5d07bf46bf19d90398f Mon Sep 17 00:00:00 2001 From: xiebing Date: Thu, 18 Dec 2025 10:47:39 +0800 Subject: [PATCH] fix --- pages/chat/components/uploadQrcode.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/chat/components/uploadQrcode.vue b/pages/chat/components/uploadQrcode.vue index 95df177..2951492 100644 --- a/pages/chat/components/uploadQrcode.vue +++ b/pages/chat/components/uploadQrcode.vue @@ -80,6 +80,7 @@ function changePopup(e) { // 重置所有状态 function resetState() { + fileCount.value = 0 loading.value = false; stopPolling(); }