diff --git a/src/views/wishingStar/wishingRound.vue b/src/views/wishingStar/wishingRound.vue
index b08bd2a..3c8f6b9 100644
--- a/src/views/wishingStar/wishingRound.vue
+++ b/src/views/wishingStar/wishingRound.vue
@@ -38,7 +38,7 @@
- {{ scope.row.roundTime }}
+ {{ scope.row.roundTime > 60000 ? (Math.floor(scope.row.roundTime / 1000 / 60) + 'min') : ((scope.row.roundTime / 1000) + 'sec') }}