更改进入聊天室的逻辑,先连接WS再切换场景,顺便修改场景名

This commit is contained in:
MrZ626
2021-01-01 02:02:02 +08:00
parent ba4dec552f
commit 04bdf2e5ee
8 changed files with 35 additions and 34 deletions

View File

@@ -248,7 +248,7 @@ return{
rooms="Rooms",
chat="Chat",
},
chat={
net_chat={
clear="Clear",
send="Send",
},

View File

@@ -227,7 +227,7 @@ return{
-- rooms="Rooms",
-- chat="Chat",
},
chat={
net_chat={
-- clear="Clear",
-- send="Send",
},

View File

@@ -231,7 +231,7 @@ return{
-- rooms="Rooms",
-- chat="Chat",
},
chat={
net_chat={
-- clear="Clear",
-- send="Send",
},

View File

@@ -251,7 +251,7 @@ return{
rooms="房间列表",
chat="聊天室",
},
chat={
net_chat={
clear="清空",
send="发送",
},