对接我的活动接口,修改其他页面样式

This commit is contained in:
zhouyanli
2026-05-21 17:00:46 +08:00
parent 40c9e75b2e
commit 6b520fb70e
9 changed files with 95 additions and 39 deletions

View File

@@ -84,8 +84,8 @@ export const cancelActivity = (id) =>{
return post(`/api/resident/activity/${id}/cancel`)
}
// =========我的活动========
export const getMyActivityList = () =>{
return get("/api/resident/activity/my")
export const getMyActivityList = (data) =>{
return get("/api/resident/activity/my",data)
}
// ===========活动实况============
// 活动实况列表