From c94e7e4ad8cb54e91d17f71297df2531e063e0b5 Mon Sep 17 00:00:00 2001 From: kron Date: Fri, 1 Aug 2025 16:08:30 +0800 Subject: [PATCH] fix bug --- src/pages/battle-result.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/battle-result.vue b/src/pages/battle-result.vue index c884aa4..24f56b6 100644 --- a/src/pages/battle-result.vue +++ b/src/pages/battle-result.vue @@ -208,7 +208,7 @@ const checkBowData = () => { @@ -227,7 +227,7 @@ const checkBowData = () => { 你的积分 {{ totalPoints > 0 ? "+" + totalPoints : totalPoints }} - + {{ getBattleResultTips(data.battleMode, data.mode, { win: ifWin,