From 687c6f443c42c0363768a5cae3a6363e1bbd2177 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 1 Mar 2022 19:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/match/details/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue index 9d4c539..6929f71 100644 --- a/src/pages/match/details/index.vue +++ b/src/pages/match/details/index.vue @@ -170,7 +170,7 @@ export default { }, getProgress() { // 获取竞赛进展 this.$get(this.api.getContestProgress + '/' + this.id).then(res => { - this.progress = res.contestProgressList + this.progress = res.contestProgressList.reverse() }).catch(err => {}); }, signup(){ // 立即报名