diff --git a/frontend/pages/support-activity/components/ActivityRankingModal.vue b/frontend/pages/support-activity/components/ActivityRankingModal.vue index a3a1025..b014ce5 100644 --- a/frontend/pages/support-activity/components/ActivityRankingModal.vue +++ b/frontend/pages/support-activity/components/ActivityRankingModal.vue @@ -6,21 +6,21 @@ - + + + {{ activityTitle }} - - + - - @@ -42,39 +42,11 @@ - - - - - - - - - - - - - - - - {{ user.nickname || '未知用户' }} - - - - - {{ formatPopularityScore(user.popularityScore) - }} - - - - 拜访 - - + @@ -86,33 +58,12 @@ - - - - {{ item.rank }} - - - - - {{ item.nickname || '未知用户' }} - - - - - - - {{ - formatPopularityScore(item.popularityScore) - }} - - - 拜访 - - - + @@ -140,9 +91,9 @@ @@ -159,8 +110,10 @@