From ce7ed33f03dcfd79d16d95a1015e98f1a72b5967 Mon Sep 17 00:00:00 2001
From: liaozetao <1107136310@qq.com>
Date: Tue, 27 Feb 2024 21:10:11 +0800
Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/wishingStar/wishingRound.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/wishingStar/wishingRound.vue b/src/views/wishingStar/wishingRound.vue
index bf9c74a..095b898 100644
--- a/src/views/wishingStar/wishingRound.vue
+++ b/src/views/wishingStar/wishingRound.vue
@@ -38,7 +38,7 @@
- {{ scope.row.roundTime > 60 ? (Math.floor(scope.row.roundTime / 60) + 'min') : (scope.row.roundTime + 'sec') }}
+ {{ scope.row.roundTime > 60 ? (Math.floor(scope.row.roundTime / 60 / 1000) + 'min') : ((scope.row.roundTime / 1000) + 'sec') }}