Skip to content

Commit 1267633

Browse files
author
ziye12
authored
Update qqreads.js
1 parent 5e28a64 commit 1267633

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Task/qqreads.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ let isGetCookie = typeof $request !== 'undefined'
156156
if (isGetCookie) {
157157
GetCookie()
158158
} else {
159+
let num = 0;
159160
all()
160161
}
161162

@@ -184,7 +185,7 @@ const qqreadtimeheaderVal = JSON.stringify($request.headers)
184185
}
185186

186187

187-
let num = 0;
188+
188189
function all(){
189190
qqreadheaderVal = qqreadhdArr[num];
190191
qqreadtimeurlVal = qqreadtimeurlArr[num];

0 commit comments

Comments
 (0)