mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 03:01:57 -05:00
feat:student-vol
This commit is contained in:
18
student-vol/mock/actDetails.json
Normal file
18
student-vol/mock/actDetails.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"details": {
|
||||
"id": 1,
|
||||
"title": "运动会志愿者招募",
|
||||
"startTime": 1671494400000,
|
||||
"endTime": 1671697800000,
|
||||
"palce": "福州大学至诚学院",
|
||||
"content": "为确保运动会顺利进行,现招募志愿者协助现场秩序维护、运动员服务等工作。",
|
||||
"publisher": "福州大学至诚学院团委",
|
||||
"hour": 4,
|
||||
"total": 50,
|
||||
"canApply": true,
|
||||
"applyStatus": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
40
student-vol/mock/actList.json
Normal file
40
student-vol/mock/actList.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"current": 1,
|
||||
"pageSize": 10,
|
||||
"pageCount": 1,
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "运动会志愿者招募",
|
||||
"startTime": 1671494400000,
|
||||
"endTime": 1671697800000,
|
||||
"palce": "福州大学至诚学院",
|
||||
"isYourSchool": true,
|
||||
"canApply": true,
|
||||
"actPic": "./imgs/actImg.jpeg"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "图书馆志愿服务",
|
||||
"startTime": 1670284800000,
|
||||
"endTime": 1670371200000,
|
||||
"palce": "福州市图书馆",
|
||||
"isYourSchool": false,
|
||||
"canApply": false,
|
||||
"actPic": "./imgs/actImg.jpeg"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "社区敬老院服务",
|
||||
"startTime": 1672012800000,
|
||||
"endTime": 1672099200000,
|
||||
"palce": "福州市养老院",
|
||||
"isYourSchool": false,
|
||||
"canApply": true,
|
||||
"actPic": "./imgs/actImg.jpeg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
23
student-vol/mock/durationList.json
Normal file
23
student-vol/mock/durationList.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"value": 2,
|
||||
"text": "2小时"
|
||||
},
|
||||
{
|
||||
"value": 4,
|
||||
"text": "4小时"
|
||||
},
|
||||
{
|
||||
"value": 6,
|
||||
"text": "6小时"
|
||||
},
|
||||
{
|
||||
"value": 8,
|
||||
"text": "8小时"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
32
student-vol/mock/myApplyList.json
Normal file
32
student-vol/mock/myApplyList.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"current": 1,
|
||||
"pageSize": 10,
|
||||
"pageCount": 1,
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "运动会志愿者招募",
|
||||
"startTime": 1671494400000,
|
||||
"endTime": 1671697800000,
|
||||
"palce": "福州大学至诚学院",
|
||||
"isYourSchool": true,
|
||||
"canApply": true,
|
||||
"actPic": "./imgs/actImg.jpeg",
|
||||
"applyStatus": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "图书馆志愿服务",
|
||||
"startTime": 1670284800000,
|
||||
"endTime": 1670371200000,
|
||||
"palce": "福州市图书馆",
|
||||
"isYourSchool": false,
|
||||
"canApply": false,
|
||||
"actPic": "./imgs/actImg.jpeg",
|
||||
"applyStatus": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
19
student-vol/mock/publishers.json
Normal file
19
student-vol/mock/publishers.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"value": 1,
|
||||
"text": "福州大学至诚学院团委"
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"text": "福州市志愿者协会"
|
||||
},
|
||||
{
|
||||
"value": 3,
|
||||
"text": "鼓楼区社区服务中心"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
37
student-vol/mock/rank.json
Normal file
37
student-vol/mock/rank.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "张三",
|
||||
"score": 256
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "李四",
|
||||
"score": 238
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "王五",
|
||||
"score": 215
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "赵六",
|
||||
"score": 198
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "孙七",
|
||||
"score": 176
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
17
student-vol/mock/recordDetails.json
Normal file
17
student-vol/mock/recordDetails.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"details": {
|
||||
"actTime": 1671494400000,
|
||||
"place": "福州大学至诚学院",
|
||||
"content": "参与运动会志愿服务,协助现场秩序维护、运动员服务等工作。",
|
||||
"imgList": [
|
||||
"./imgs/actImg.jpeg",
|
||||
"./imgs/actImg.jpeg"
|
||||
],
|
||||
"hour": 4,
|
||||
"uploadTime": 1671580800000,
|
||||
"status": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
8
student-vol/mock/scoreOverview.json
Normal file
8
student-vol/mock/scoreOverview.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"provinceRank": 156,
|
||||
"totalScore": 128,
|
||||
"grandeRank": 8
|
||||
}
|
||||
}
|
||||
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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
4
student-vol/mock/success.json
Normal file
4
student-vol/mock/success.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"error": 0,
|
||||
"msg": "success"
|
||||
}
|
||||
14
student-vol/mock/userInfo.json
Normal file
14
student-vol/mock/userInfo.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "李华",
|
||||
"code": 12343434,
|
||||
"gender": 0,
|
||||
"phoneNum": "18787698789",
|
||||
"school": "福州大学至诚学院",
|
||||
"profession": "软件工程",
|
||||
"userType": 0,
|
||||
"totalScore": 128
|
||||
}
|
||||
}
|
||||
8
student-vol/mock/userScore.json
Normal file
8
student-vol/mock/userScore.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"avatar": "./imgs/avatar.png",
|
||||
"name": "李华",
|
||||
"totalScore": 128
|
||||
}
|
||||
}
|
||||
19
student-vol/mock/yearList.json
Normal file
19
student-vol/mock/yearList.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"value": 2023,
|
||||
"text": "2023年"
|
||||
},
|
||||
{
|
||||
"value": 2024,
|
||||
"text": "2024年"
|
||||
},
|
||||
{
|
||||
"value": 2025,
|
||||
"text": "2025年"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
8
student-vol/mock/yearScore.json
Normal file
8
student-vol/mock/yearScore.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"times": 12,
|
||||
"duration": 48,
|
||||
"score": 96
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user