Update lenovoapp.js

This commit is contained in:
smallfawn
2024-06-06 20:12:47 +08:00
committed by GitHub
parent 9799e29291
commit fad684a20e

View File

@@ -24,7 +24,7 @@ class Task {
async main() { async main() {
await this.userInfo() await this.userInfo()
if (this.ckStatus) { if (this.ckStatus) {
await this.isSignIn() await this.checkIn()
await this.getUserTaskList(); await this.getUserTaskList();
} }