先传一下维护公告界面
This commit is contained in:
parent
8eed1c6a97
commit
c95991df76
@ -16,6 +16,10 @@ function LoginManager:showTestLoginUI()
|
|||||||
UIManager:showUI("app/module/login/test_login_ui")
|
UIManager:showUI("app/module/login/test_login_ui")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function LoginManager:showMaintenanceNoticeUI()
|
||||||
|
UIManager:showUI("app/module/login/maintenance_notice_ui")
|
||||||
|
end
|
||||||
|
|
||||||
---- 登录界面资源加载完毕后调用
|
---- 登录界面资源加载完毕后调用
|
||||||
function LoginManager:loginGame()
|
function LoginManager:loginGame()
|
||||||
-- adjust 打开应用事件识别码
|
-- adjust 打开应用事件识别码
|
||||||
|
|||||||
14
lua/app/module/login/maintenance_notice_ui.lua
Normal file
14
lua/app/module/login/maintenance_notice_ui.lua
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
local MaintenanceNoticeUI = class("MaintenanceNoticeUI", BaseUI)
|
||||||
|
|
||||||
|
function MaintenanceNoticeUI:ctor()
|
||||||
|
end
|
||||||
|
|
||||||
|
function MaintenanceNoticeUI:getPrefabPath()
|
||||||
|
return "assets/prefabs/ui/login/maintenance_notice_ui.prefab"
|
||||||
|
end
|
||||||
|
|
||||||
|
function MaintenanceNoticeUI:onLoadRootComplete()
|
||||||
|
local uiMap = self.root:genAllChildren()
|
||||||
|
end
|
||||||
|
|
||||||
|
return MaintenanceNoticeUI
|
||||||
10
lua/app/module/login/maintenance_notice_ui.lua.meta
Normal file
10
lua/app/module/login/maintenance_notice_ui.lua.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a33b4b0d8ab309c478ef8c8b1f3b5ce3
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||||
Loading…
x
Reference in New Issue
Block a user