From 34350e92c549efd145e3743d32b1c7ba3f2e94ba Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 18 Feb 2021 18:29:45 +0800 Subject: [PATCH] jd_joy_run.js --- jd_joy_run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_joy_run.js b/jd_joy_run.js index 201803bc..73b711e6 100644 --- a/jd_joy_run.js +++ b/jd_joy_run.js @@ -124,7 +124,7 @@ async function getToken() { count ++; console.log(`count: ${count}`) $.setdata(`${count}`, 'countFlag'); - if ($.getdata('countFlag') * 1 >= 3) { + if ($.getdata('countFlag') * 1 === 2) { count = 0; $.setdata(`${count}`, 'countFlag'); $.msg($.name, '更新Token: 成功🎉', ``);