mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 12:40:44 +08:00
Update jd_task_checkCookie.js
This commit is contained in:
parent
d038d6c01a
commit
3b749bf993
@ -53,7 +53,7 @@ export class Main extends Template {
|
||||
p.log("账户还未过期")
|
||||
this.valid(user, true)
|
||||
}
|
||||
if (this.haskey(s, 'islogin', '0')) {
|
||||
else if (this.haskey(s, 'islogin', '0')) {
|
||||
p.log("账户过期")
|
||||
expire = 1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user