From abedd2bc71c228604cd6587a0e8f6744c39eaa79 Mon Sep 17 00:00:00 2001 From: landaiqing Date: Mon, 15 Sep 2025 18:56:26 +0800 Subject: [PATCH] :bug: Fixed packaging issues --- src/pages/ranking/ranking.vue | 247 +++++++++++++++++----------------- 1 file changed, 124 insertions(+), 123 deletions(-) diff --git a/src/pages/ranking/ranking.vue b/src/pages/ranking/ranking.vue index 9e2a797..f2b565e 100644 --- a/src/pages/ranking/ranking.vue +++ b/src/pages/ranking/ranking.vue @@ -1,10 +1,10 @@ { - "style": { - "navigationBarTitleText": "排行榜", - "navigationBarBackgroundColor": "#2D5E3E", - "navigationBarTextStyle": "white" - } +"style": { +"navigationBarTitleText": "排行榜", +"navigationBarBackgroundColor": "#2D5E3E", +"navigationBarTextStyle": "white" +} } @@ -20,7 +20,10 @@ /> {{ userRankInfo.studentName }} - {{ userRankInfo.schoolName }} {{ userRankInfo.gradeName }} {{ userRankInfo.className }} + {{ userRankInfo.schoolName }} {{ userRankInfo.gradeName }} {{ + userRankInfo.className + }} + 总积分 @@ -60,7 +63,7 @@ :class="{ active: currentScope === scope.key }" @tap="switchScope(scope.key)" > - + {{ scope.name }} 第{{ getUserRankByScope(scope.key) }}名 @@ -170,7 +173,7 @@ - + 暂无排行数据 @@ -180,7 +183,7 @@ - + {{ encouragementText }} @@ -189,8 +192,8 @@