Commit 415fbd0f authored by 陈冲's avatar 陈冲

fix: 修复game3房间开通异常

parent 195da081
...@@ -121,7 +121,7 @@ function handleRoomState(data: any) { ...@@ -121,7 +121,7 @@ function handleRoomState(data: any) {
switch (data?.status) { switch (data?.status) {
case 0: case 0:
gotoLoading(true) gotoLoading(true)
createRoom(6) createRoom(3)
break break
case 1: case 1:
gotoLoading() gotoLoading()
...@@ -163,7 +163,7 @@ const startGameWithMusic = () => { ...@@ -163,7 +163,7 @@ const startGameWithMusic = () => {
const nextRound = () => { const nextRound = () => {
gotoLoading(true) gotoLoading(true)
//重开房间 //重开房间
backRoom(6) backRoom(3)
} }
const nextRoundWithMusic = () => { const nextRoundWithMusic = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment