Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
gys619 committed Dec 28, 2022
1 parent 4112654 commit 6eaa668
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions function/krh5st.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion jd_OpenCard_Force.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions jd_car_play_exchange.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions jd_lottery_eight.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jd_twjk_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async function main(_0x14f2ac) {
} if (_0x4a424c.assignmentType === 1) {
for (let i = 0; i < (_0x4a424c.assignmentTimesLimit - _0x4a424c.completionCnt); i++) {
console.log('任务:' + _0x4a424c.assignmentName + ',去执行');
let _0x3c7f29 = _0x4a424c.ext.shoppingActivity[i].itemId || '';
let _0x3c7f29 = _0x4a424c.ext.shoppingActivity && _0x4a424c.ext.shoppingActivity[i].itemId || _0x4a424c.ext.productsInfo[i].itemId ||'';
if (!_0x3c7f29) {
console.log('任务:' + _0x4a424c.assignmentName + ',信息异常');
}
Expand Down

0 comments on commit 6eaa668

Please sign in to comment.