京小兑 ,增加昨天和今天已中奖通知(京东E卡等非京豆奖品通知)

This commit is contained in:
lxk0301
2021-03-18 11:41:46 +08:00
parent 9dfec0057d
commit 5ed2d65e84
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ if ($.isNode()) {
continue
}
await jdDreamFactory()
if (helpAu === true) await helpAuthor();
}
}
for (let i = 0; i < cookiesArr.length; i++) {
@@ -137,6 +136,7 @@ async function jdDreamFactory() {
await QueryAllTuan();
await exchangeProNotify();
await showMsg();
if (helpAu === true) await helpAuthor();
} catch (e) {
$.logErr(e)
}

File diff suppressed because one or more lines are too long