diff --git a/src/components/userScripts/tus-mission.vue b/src/components/userScripts/tus-mission.vue index 7b2ed409..c7404b08 100644 --- a/src/components/userScripts/tus-mission.vue +++ b/src/components/userScripts/tus-mission.vue @@ -168,7 +168,7 @@ async function tryAuto(): Promise { } viewCnt++; if (likeCnt < 5) { - const isLike = post.self_operation?.upvote_type === 1; + const isLike = detailResp.self_operation.upvote_type === 1; if (isLike) { await TGLogger.Script(`[米游币任务]帖子${post.post.post_id}已点赞,跳过`); continue;