From a5d6356e42cdc2d1c162ff05d6e2ec562bd475f1 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Mon, 19 Apr 2021 10:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B6=85=E7=BA=A7=E5=93=81?= =?UTF-8?q?=E7=89=8C=E6=97=A5=20=E6=8A=BD=E5=A5=96=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_club_lottery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 68c05b4d..5984b7c9 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -1114,7 +1114,7 @@ async function shakeSign() { message += `\n京东会员签到:${beanNum}获得京豆`; } } else { - console.log(`京东会员第${$.currSignCursor}已签到`) + console.log(`京东会员第${$.currSignCursor}天已签到`) } } function pg_channel_page_data() { @@ -1150,7 +1150,7 @@ function pg_channel_page_data() { $.currSignCursor = SIGN_ACT_INFO['floorData']['signActInfo']['currSignCursor']; $.signStatus = SIGN_ACT_INFO['floorData']['signActInfo']['signActCycles'].filter(item => !!item && item['signCursor'] === $.currSignCursor)[0]['signStatus']; } - console.log($.token, $.currSignCursor, $.signStatus) + // console.log($.token, $.currSignCursor, $.signStatus) } } } catch (e) {