diff --git a/src/views/spring/fortune/card/index.vue b/src/views/spring/fortune/card/index.vue
index ff1431d..d195f78 100644
--- a/src/views/spring/fortune/card/index.vue
+++ b/src/views/spring/fortune/card/index.vue
@@ -12,8 +12,11 @@
-
-
+
+
+
+
+
@@ -36,7 +39,17 @@
- {{ row.fortuneLevel === '1' ? '吉祥' : row.fortuneLevel === '2' ? '大吉' : '普通' }}
+ {{
+ row.fortuneLevel === '1'
+ ? '吉签'
+ : row.fortuneLevel === '2'
+ ? '中吉签'
+ : row.fortuneLevel === '3'
+ ? '上吉签'
+ : row.fortuneLevel === '4'
+ ? '上上签'
+ : '大吉签'
+ }}