diff --git a/gacmotor.js b/gacmotor.js index bba2372..0c7945c 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -119,7 +119,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) } }