diff --git a/frontend/src/pages/CacheStart.vue b/frontend/src/pages/CacheStart.vue index 8c23d33..2973271 100644 --- a/frontend/src/pages/CacheStart.vue +++ b/frontend/src/pages/CacheStart.vue @@ -35,7 +35,6 @@ validating: false, loading: false, paused: false, - result: null, params: null, noStreamApiSupport: false, lon: "", @@ -90,7 +89,8 @@ params.token = JSON.parse(localStorage.getItem('userToken')).token; } return params; - } + }, + updateResult(event) { console.log("updateResult()"); console.log(event); diff --git a/frontend/src/pages/ranking.vue b/frontend/src/pages/ranking.vue index d4328eb..aac2964 100644 --- a/frontend/src/pages/ranking.vue +++ b/frontend/src/pages/ranking.vue @@ -39,10 +39,10 @@ - {{index+1}}. {{team.name}} + {{index+1}}. {{team.teamname}} - {{team.ranking_points}} Punkte + {{team.rankingPointsSum}} Punkte