广汽传祺:修复评论

This commit is contained in:
smallfawn
2023-11-24 10:04:50 +08:00
committed by GitHub
parent e51d716f32
commit c11e36f788

View File

@@ -125,7 +125,7 @@ class UserInfo {
await this._signIn() await this._signIn()
} }
await this._taskList() await this._taskList()
if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1 || this.sharenNotFinishedNum !== 0 && this.sharenNotFinishedNum >= 1) { if (this.postNotFinishedNum !== 0 && this.postNotFinishedNum >= 1 || this.commentNotFinishedNum !== 0 && this.commentNotFinishedNum >= 1) {
if (process.env["gacmotorPost"] == "true" || process.env["gacmotorComment"] == "true") { if (process.env["gacmotorPost"] == "true" || process.env["gacmotorComment"] == "true") {
console.log(`正在远程获取15条随机评论~请等待15-20秒`) console.log(`正在远程获取15条随机评论~请等待15-20秒`)
await this._getText() await this._getText()