{{ statusList[item.status] }}
距离{{ endList[item.status] }}还有 @@ -138,9 +141,7 @@
diff --git a/src/api/index.js b/src/api/index.js index 1a98c4c..e1487ee 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -72,6 +72,7 @@ export default { secondaryColumnsByFirst: `occupationlab/occupationlab/enterprise/information/column/secondaryColumnsByFirst`, // 线上赛事 + notLoggedInBeforeStudentEvents: `occupationlab/occupationlab/enterprise/match/contest/notLoggedInBeforeStudentEvents`, contestPageConditionQueryByOccupationlabStu: `occupationlab/occupationlab/enterprise/match/contest/contestPageConditionQueryByOccupationlabStu`, contestPageConditionQueryByOccupationlab: `occupationlab/occupationlab/enterprise/match/contest/onlineCompetitionByStudent`, listOfRegisteredEvents: `occupationlab/occupationlab/enterprise/match/contest/listOfRegisteredEvents`, @@ -80,6 +81,7 @@ export default { getContest: `occupationlab/occupationlab/enterprise/match/contest/getContest`, // 根据id查询赛事 queryAnnouncementByContestId: `occupationlab/occupationlab/contest/announcement/queryAnnouncementByContestId`, queryAnnouncementDetails: `occupationlab/occupationlab/contest/announcement/queryAnnouncementDetails`, + contestAfterLogin: `occupationlab/occupationlab/enterprise/match/contest/contestAfterLogin`, // 阿里云文件/视频管理 fileDeletion: `${uploadURL}oss/manage/fileDeletion`, // 删除OSS文件 diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue index 7332ba7..dc8cc4a 100644 --- a/src/pages/match/details/index.vue +++ b/src/pages/match/details/index.vue @@ -275,14 +275,6 @@ export default { color: #fff; background-size: 100% 350px; background-repeat: no-repeat; - h6 { - margin-bottom: 30px; - font-size: 42px; - } - .text { - font-size: 20px; - line-height: 30px; - } } .l-title { font-size: 18px; diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue index 4c484e8..20137b3 100644 --- a/src/pages/match/list/index.vue +++ b/src/pages/match/list/index.vue @@ -11,12 +11,15 @@
{{ statusList[item.status] }}
距离{{ endList[item.status] }}还有 @@ -138,9 +141,7 @@