ios
This commit is contained in:
@@ -195,6 +195,7 @@ function CLLPStart.doEnterGame()
|
||||
if isNilOrEmpty(currGroup) then
|
||||
if #(content.result) == 1 then
|
||||
Prefs.setCurrGroup(Prefs.getUserName(), json.encode(content.result[1]))
|
||||
MyUtl.setIsHidePhone(content.result[1].cover_phoneNo_flag)
|
||||
getPanelAsy("PanelConnect", onLoadedPanel)
|
||||
else
|
||||
---@type _ParamTRPSelectGroup
|
||||
@@ -216,10 +217,12 @@ function CLLPStart.doEnterGame()
|
||||
end
|
||||
end
|
||||
if useOldCurrGroup then
|
||||
MyUtl.setIsHidePhone(currGroup.cover_phoneNo_flag)
|
||||
getPanelAsy("PanelConnect", onLoadedPanel)
|
||||
else
|
||||
if #(content.result) == 1 then
|
||||
Prefs.setCurrGroup(Prefs.getUserName(), json.encode(content.result[1]))
|
||||
MyUtl.setIsHidePhone(content.result[1].cover_phoneNo_flag)
|
||||
getPanelAsy("PanelConnect", onLoadedPanel)
|
||||
else
|
||||
---@type _ParamTRPSelectGroup
|
||||
|
||||
Reference in New Issue
Block a user