正式代码
This commit is contained in:
parent
60f6b5c8ef
commit
b71b1df606
@ -5,11 +5,11 @@ LoginManager.SERVER_LIST = {}
|
|||||||
LoginManager.selectIndex = 0
|
LoginManager.selectIndex = 0
|
||||||
|
|
||||||
function LoginManager:showLoginUI()
|
function LoginManager:showLoginUI()
|
||||||
-- if not Platform:getIsPublishChannel() then
|
if not Platform:getIsPublishChannel() then
|
||||||
self:showTestLoginUI()
|
self:showTestLoginUI()
|
||||||
-- return
|
return
|
||||||
-- end
|
end
|
||||||
-- UIManager:showUI("app/module/login/login_ui")
|
UIManager:showUI("app/module/login/login_ui")
|
||||||
end
|
end
|
||||||
|
|
||||||
function LoginManager:showTestLoginUI()
|
function LoginManager:showTestLoginUI()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user