diff --git a/src/pages/battle-result.vue b/src/pages/battle-result.vue index 949f2b0..f1695de 100644 --- a/src/pages/battle-result.vue +++ b/src/pages/battle-result.vue @@ -30,7 +30,6 @@ const checkBowData = () => { }; onMounted(async () => { const battleInfo = uni.getStorageSync("last-battle"); - console.log("----battleInfo", battleInfo); data.value = battleInfo; const mine = battleInfo.playerStats.find((p) => p.id === user.value.id); rank.value = @@ -144,7 +143,7 @@ onUnmounted(() => { - + 经验 {{ totalPoints > 0 ? "+" + totalPoints : totalPoints }} diff --git a/src/pages/battle-room.vue b/src/pages/battle-room.vue index 5ad0be8..72d8be6 100644 --- a/src/pages/battle-room.vue +++ b/src/pages/battle-room.vue @@ -1,6 +1,6 @@