Skip to content

Commit 62267b7

Browse files
author
ziye12
authored
Update qqreads.js
1 parent 2e78588 commit 62267b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Task/qqreads.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,9 @@ function all(){
190190
{ (function(i) {
191191
setTimeout(function() {
192192

193-
if (i==0){
194-
console.log(`-------------------------\n\n开始【${jsname+num}】--\n\n`)
193+
if (i==0)
195194
qqreadinfo();//用户名
196-
}
195+
197196
else if (i==1)
198197
qqreadconfig();//时长查询
199198

@@ -355,6 +354,7 @@ return new Promise((resolve, reject) => {
355354
$.get(toqqreadinfourl,(error, response, data) =>{
356355
if(logs) $.log(`${jsname}, 用户名: ${data}`)
357356
info =JSON.parse(data)
357+
console.log(`-------------------------\n\n开始【${jsname+(num+1)}】--\n\n`)
358358
tz+=
359359
'【用户信息】:'+info.data.user.nickName+'\n'
360360

0 commit comments

Comments
 (0)