Commit 01fbccfa authored by qinhaitao's avatar qinhaitao

fix: 🐛 活动列表数据

parent 5b389c06
......@@ -15,7 +15,7 @@ export default class ActivityController {
let result = await activityconfigService.getActivityListByOpenId(openId, context.data)
if (result) {
result = result.list.map((item: { _id: string }) => {
result.list = result.list.map((item: { _id: string }) => {
return {
...item,
activityId: item._id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment