Skip to content

Commit 905241f

Browse files
committed
sync
1 parent 635e14c commit 905241f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RUNSTEP/runstep.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ if ($.isNode()) {
7979
await $.wait(4000)
8080
console.log(`👥 本次执行共${runsteptokenArr.length}个账号`)
8181
for(let i = 0; i < runsteptokenArr.length; i++){
82-
runsteptokenVal = runsteptokenArr[0];
83-
runstepkeyVal = runstepkeyArr[0];
82+
runsteptokenVal = runsteptokenArr[i];
83+
runstepkeyVal = runstepkeyArr[i];
8484
console.log(`\n💗💕 开始执行【${$.name+(i+1)}】脚本任务 💕💗\n`)
8585
await $.wait(3000)
8686
await runstepapp();

0 commit comments

Comments
 (0)