From a0f7b9c8de68ff4050bbc76b5e57434247e46f9f Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 18 Mar 2026 15:16:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=8B=E6=9C=88=E6=B4=BB=E5=8A=A8):=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8api=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/LuckyDollars/Season3/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Activities/LuckyDollars/Season3/index.vue b/src/views/Activities/LuckyDollars/Season3/index.vue index fcb199f..68b6c0a 100644 --- a/src/views/Activities/LuckyDollars/Season3/index.vue +++ b/src/views/Activities/LuckyDollars/Season3/index.vue @@ -2737,7 +2737,7 @@ const getDrawableAmount = async () => { // 获取任务列表 const getTaskList = async () => { - const resTaskList = await ActTaskList() + const resTaskList = await ActTaskList('2006671533988298666') if (resTaskList.status && resTaskList.body) { taskList.value = resTaskList.body }