()
| 36 | this.artList = [] |
| 37 | } |
| 38 | async run() { |
| 39 | await this.user_info(); |
| 40 | if (this.ckStatus) { |
| 41 | await this.task_daka() |
| 42 | await this.art_list() |
| 43 | if (this.artList.length !== 0) { |
| 44 | for (let i = 0; i < 3; i++) { |
| 45 | await this.task_read(this.artList[i].id, this.artList[i].catid) |
| 46 | await this.task_share(this.artList[i].id, this.artList[i].catid) |
| 47 | await this.task_like(this.artList[i].id, this.artList[i].catid) |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 | async user_info() { |
| 53 | try { |
| 54 | let options = { |