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) {