From 6a35d55a804304e506b8ae9332cfc7dbbffc12c5 Mon Sep 17 00:00:00 2001 From: pplok <1162963624@qq.com> Date: Fri, 17 Jan 2020 15:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/main.js b/controllers/main.js index f866b6a..ec0eb54 100644 --- a/controllers/main.js +++ b/controllers/main.js @@ -29,7 +29,7 @@ let findlist = async (ctx, next) => { } await Promise.allSettled(pro).then((res) => { - // console.log(res) + console.log(res) for (let i in res) { if(i.status == "fulfilled"){ for (let j in res[i].value.list) {