更新整理法文和西文部分注释,网络错误提示信息更具体,netgame_xx系列改名,房间列表场景初步

This commit is contained in:
MrZ626
2020-12-22 14:36:27 +08:00
parent 8fffeaca94
commit f611199fab
11 changed files with 145 additions and 136 deletions

View File

@@ -8,7 +8,7 @@ local function tick_httpREQ_checkAccessToken(task)
if response then
if response.code==200 then
LOG.print(text.accessSuccessed)
SCN.go("netgame")
SCN.go("net_menumenu")
elseif response.code==403 or response.code==401 then
httpRequest(
TICK.httpREQ_getAccessToken,
@@ -33,7 +33,7 @@ local function tick_httpREQ_checkAccessToken(task)
end
time=time+1
if time>360 then
LOG.print(text.httpTimeout,"message")
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
return
end
end