bug修复

This commit is contained in:
kron
2025-07-17 17:02:05 +08:00
parent d0ce8309e7
commit cdddf57cc5
5 changed files with 10 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ const isFinalShoot = ref(false);
onLoad(async (options) => {
if (options.battleId) {
const battleInfo = uni.getStorageSync("current-battle");
// console.log("----battleInfo", battleInfo);
console.log("----battleInfo", battleInfo);
if (battleInfo) {
battleId.value = battleInfo.id;
start.value = true;