Update jd_plantBean.js

This commit is contained in:
lxk0301
2020-11-23 20:04:40 +08:00
parent 7780ee6683
commit 8b7c1ae6fc

View File

@ -42,7 +42,7 @@ let currentRoundId = null;//本期活动id
let lastRoundId = null;//上期id
let roundList = [];
let awardState = '';//上期活动的京豆是否收取
let randomCount = 20;
let randomCount = $.isNode() ? 20 : 5;
!(async () => {
await requireConfig();
if (!cookiesArr[0]) {