From 77d041dfe2870310a61dcf0c1e1f435167b178ea Mon Sep 17 00:00:00 2001 From: haptear Date: Tue, 22 Feb 2022 10:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fqkk.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fqkk.js b/fqkk.js index 692a262..3801d7f 100644 --- a/fqkk.js +++ b/fqkk.js @@ -110,7 +110,6 @@ class UserInfo { if (result.data.infoView.rest == 0) this.flag = false; notifyStr = `账号${this.id} \n本轮剩余${result.data.infoView.rest}可读 \n 今日已读${result.data.infoView.num} \n 今日收益${result.data.infoView.score}币 \n ${message}` - showmsg() } else { console.log(`查询今日阅读情况失败`) console.log(result) @@ -149,6 +148,7 @@ class UserInfo { } else { console.log(`开始阅读失败`) console.log(result) + notifyStr += ` 阅读失败 ${result}` this.flag = false } } @@ -362,6 +362,7 @@ class UserInfo { await $.wait(200); } await user.getGold(); + showmsg(); } })() .catch((e) => $.logErr(e))