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(); }