Files
Vue/student-vol/mock/serviceList.json
2025-12-22 11:16:50 +08:00

35 lines
801 B
JSON

{
"error": 0,
"data": {
"current": 1,
"pageSize": 10,
"pageCount": 1,
"list": [
{
"id": 1,
"pic": "./imgs/actImg.jpeg",
"content": "参与运动会志愿服务,协助现场秩序维护",
"publisher": "福州大学至诚学院",
"time": 1671494400000,
"status": 1
},
{
"id": 2,
"pic": "./imgs/actImg.jpeg",
"content": "图书馆整理图书志愿服务",
"publisher": "福州市图书馆",
"time": 1670284800000,
"status": 0
},
{
"id": 3,
"pic": "./imgs/actImg.jpeg",
"content": "社区敬老院陪伴老人服务",
"publisher": "鼓楼区养老院",
"time": 1672012800000,
"status": 2
}
]
}
}