From 7fd2ae430204ca08a3651faeb040df45b233e4ba Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Thu, 20 Jun 2024 21:05:44 +0800 Subject: [PATCH] Update chat.vue --- pages/chat/chat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 221d88b..fa655a0 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -752,7 +752,7 @@ cloudPath: Date.now() + uniCloud.getCurrentUserInfo().uid + '.' + name.split('.').pop(), }).then(res=>{ item.attrs.src = res.fileID - console.log('上传成功',res); + // console.log('上传成功',res); resolve() }).catch(e=>{ reject() -- GitLab