mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 05:20:43 +08:00
广汽传祺新版:修复报错
This commit is contained in:
parent
d3088e2ccb
commit
121cac6eea
@ -119,7 +119,7 @@ class UserInfo {
|
|||||||
console.log(`等待30s`)
|
console.log(`等待30s`)
|
||||||
await $.wait(30000)
|
await $.wait(30000)
|
||||||
await this._postlist()
|
await this._postlist()
|
||||||
for (let postId of this._postlist) {
|
for (let postId of this.postList) {
|
||||||
await this._delete(postId)
|
await this._delete(postId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user