diff --git a/src/views/Activities/Lottery/Lottery.vue b/src/views/Activities/Lottery/Lottery.vue index 0125910..ac9844b 100644 --- a/src/views/Activities/Lottery/Lottery.vue +++ b/src/views/Activities/Lottery/Lottery.vue @@ -51,16 +51,21 @@ padding: 12px; " > -
+
{{ user.rank }}
-
+
{{ user.nickname || '' }}
@@ -625,13 +630,12 @@ backdrop-filter: blur(32px); " > -
+
{{ userInfo.rank || 999 }}
@@ -645,7 +649,9 @@ alt="" style="display: block; object-fit: cover; width: 6vw" /> -
{{ userInfo.totalAmount || 0 }}
+
+ {{ userInfo.totalAmount || 0 }} +