diff --git a/gacmotor.js b/gacmotor.js index ba9072c..95a96d1 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -148,7 +148,7 @@ class UserInfo { console.log(`等待30s`) await $.wait(30000) await this._postlist() - for (let postId of this.postlist) { + for (let postId of this.postList) { await this._delete(postId) } }