房间1v1流程完善

This commit is contained in:
kron
2025-06-13 14:05:30 +08:00
parent dce1806f97
commit 2c7eb5a737
9 changed files with 290 additions and 70 deletions

View File

@@ -27,6 +27,7 @@ const createRoom = async () => {
loading.value = false;
};
const enterRoom = () => {
step.value = 1;
props.onConfirm();
uni.navigateTo({
url: `/pages/battle-room?roomNumber=${roomNumber.value}`,