This commit is contained in:
kron
2025-07-05 20:04:28 +08:00
parent 58efda67fb
commit a2223d2b10
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ const showModal = ref(false);
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;