加入房间逻辑完善

This commit is contained in:
kron
2025-06-19 21:49:16 +08:00
parent 35d544003d
commit 6d063d56ab
3 changed files with 13 additions and 5 deletions

View File

@@ -225,7 +225,6 @@ const destroyRoom = async () => {
};
const exitRoom = async () => {
await exitRoomAPI(roomNumber.value);
uni.navigateBack();
};