diff --git a/src/views/Ranking/GamesKing/index.vue b/src/views/Ranking/GamesKing/index.vue index ee097e1..f14502f 100644 --- a/src/views/Ranking/GamesKing/index.vue +++ b/src/views/Ranking/GamesKing/index.vue @@ -10,28 +10,49 @@
- +
- + + +
- +
- +
@@ -66,26 +87,56 @@
- - + +
- - + +
- - + +
@@ -93,59 +144,89 @@
-
+
- + gap:2vw`" + > -
+ " + > -
- + " + > +
- + style="flex: 1; min-width: 0" + @click="viewUserInfo(historyTopList[historyTopIndex].topUser.userId)" + /> -
- + " + > +
-
+ " + > {{ historyTopList[historyTopIndex].cycleDisplay }}
- - + +
@@ -169,54 +258,97 @@
- +
- +
- - + +
- +
- +
- +
- + -
+ " + >
{{ listItem?.rank }}
- + " + @error="handleAvatarImageError" + /> -
-
+
+ " + class="UserNickname" + > {{ listItem?.nickname }}
@@ -266,15 +410,21 @@
-
- + " + > +
{{ listItem?.quantity }}
@@ -283,19 +433,36 @@
- +
-
-
+
+
- -
+
-
+
+ " + > - + @error="(e) => handleRewardImageError(e, reward.type)" + />
-
-
+
+ " + > {{ showDetail(reward.type, reward) }}
-
-
+ " + > +
7Days
- -
-
+
+
+ " + > - + @error="(e) => handleRewardImageError(e, reward.type)" + />
-
-
+
+ " + > {{ showDetail(reward.type, reward) }}
@@ -403,10 +602,15 @@
- + -
+ " + >
{{ myRanking.rank || 999 }}
- + " + @error="handleAvatarImageError" + />
-
+ " + class="UserNickname" + > {{ myRanking.nickname }}
-
- + " + > +
{{ myRanking.quantity || 0 }}
@@ -464,10 +684,16 @@
- - + +
@@ -477,481 +703,482 @@