feat(斋月活动): 任务列表api对接调整

This commit is contained in:
hzj 2026-03-18 15:16:33 +08:00
parent 0a8798d463
commit a0f7b9c8de

View File

@ -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
}