BUG修复

This commit is contained in:
kron
2025-07-13 21:06:48 +08:00
parent fa959c73aa
commit d73d52f752
4 changed files with 83 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ watch(
onLoad(async (options) => {
if (options.battleId) {
const battleInfo = uni.getStorageSync(`battle-${options.battleId}`);
// console.log("----battleInfo", battleInfo);
console.log("----battleInfo", battleInfo);
if (battleInfo) {
battleId.value = battleInfo.id;
start.value = true;