Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
Co-Authored-By: Ca11back <[email protected]>
  • Loading branch information
shufflewzc and Ca11back committed Nov 11, 2021
1 parent cb6610d commit d638a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jd_jxgckc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ let showMsg = '';
if (i ===0) {
// 账号${$.index} - ${$.UserName}
await notify.sendNotify(`${$.name}`, `${showMsg}`);
break
}

}
Expand Down
1 change: 1 addition & 0 deletions jd_unsubscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ let args_xh = {
}
if($.failTimes >= args_xh.failTimes){
console.log('失败次数到达设定值,触发防死循环机制,该帐号已跳过');
break
}
} while(true)
await showMsg_xh();
Expand Down

0 comments on commit d638a1b

Please sign in to comment.