From 1b8462d521bdf030c05778b1ef8f60fefb8f302e Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Wed, 5 Jun 2024 13:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=88=B0=20app=20=E7=AB=AF=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/chat.nvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/chat/chat.nvue b/pages/chat/chat.nvue index 479f6bc..48617f0 100644 --- a/pages/chat/chat.nvue +++ b/pages/chat/chat.nvue @@ -858,7 +858,7 @@ name, size } = tempFile; - const {fileType} = tempFile + let {fileType} = tempFile if (!['image', 'video'].includes(fileType)) { fileType = 'file' } -- GitLab