mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 06:11:56 -05:00
feat:student-vol
This commit is contained in:
34
student-vol/mock/serviceList.json
Normal file
34
student-vol/mock/serviceList.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user