From 6de561b07aca33d4f9300e7923ee4fe5fa01479d Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 6 May 2024 11:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E8=80=97=E6=97=B6=E8=AE=A1=E7=AE=97=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniCloud/cloudfunctions/uni-im-co/conversation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uniCloud/cloudfunctions/uni-im-co/conversation.js b/uniCloud/cloudfunctions/uni-im-co/conversation.js index 5df9746..fe6c612 100644 --- a/uniCloud/cloudfunctions/uni-im-co/conversation.js +++ b/uniCloud/cloudfunctions/uni-im-co/conversation.js @@ -122,7 +122,7 @@ async function getConversationList({ }) .end() // log请求时间 - console.error('getConversationList耗时', Date.now() - startTime,startTime) + // console.error('getConversationList耗时', Date.now() - startTime,startTime) // // 计时 // startTime = Date.now() @@ -163,7 +163,7 @@ async function getConversationList({ .field('_id,avatar_file,nickname') .get() // log请求时间 - console.error('get user耗时', Date.now() - startTime,startTime) + // console.error('get user耗时', Date.now() - startTime,startTime) // 计算请求时间 startTime = Date.now() @@ -188,7 +188,7 @@ async function getConversationList({ } }) // log请求时间 - console.error('forEach user_info耗时', Date.now() - startTime,startTime) + // console.error('forEach user_info耗时', Date.now() - startTime,startTime) return { data: res.data, errCode: 0 -- GitLab