广汽传祺新版:修复

1.修复文章获取报错
This commit is contained in:
smallfawn
2023-11-21 07:07:08 +08:00
committed by GitHub
parent e6540ec5c6
commit 472205c97f

View File

@@ -148,7 +148,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)
} }
} }