项目初始化
This commit is contained in:
26
06-微信小程序说明/成绩详情页字段说明.md
Normal file
26
06-微信小程序说明/成绩详情页字段说明.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 成绩详情页字段说明
|
||||
|
||||
## 1. 页面信息
|
||||
- 页面名称:成绩详情页
|
||||
- 页面路径建议:`/pages/mine/result-detail`
|
||||
- 页面目标:展示用户在某场赛事中的成绩、排名和分项成绩。
|
||||
|
||||
## 2. 展示字段
|
||||
| 字段 | 说明 | 来源接口 |
|
||||
| --- | --- | --- |
|
||||
| eventName | 赛事名称 | `/user/results/{id}` |
|
||||
| groupName | 组别 | `/user/results/{id}` |
|
||||
| participantName | 选手姓名 | `/user/results/{id}` |
|
||||
| totalScore | 总分 | `/user/results/{id}` |
|
||||
| rank | 排名 | `/user/results/{id}` |
|
||||
| roundScoreList | 分轮成绩 | `/user/results/{id}` |
|
||||
| resultStatus | 成绩状态 | `/user/results/{id}` |
|
||||
| publishedAt | 发布时间 | `/user/results/{id}` |
|
||||
|
||||
## 3. 操作按钮
|
||||
- 返回成绩列表
|
||||
- 分享成绩(如后续支持)
|
||||
- 发起申诉(如后续支持)
|
||||
|
||||
## 4. 待确认项
|
||||
- 是否展示证书下载、奖项信息。
|
||||
Reference in New Issue
Block a user