Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c
commit
a957834228
|
|
@ -276,6 +276,11 @@ end
|
|||
function this.ShowNotice()
|
||||
RequestPanel.Show(Language[11137])
|
||||
--LogError("LoginRoot_NoticeChannel=="..LoginRoot_NoticeChannel)
|
||||
-- 如果有渠道包配置的id则加上
|
||||
local packId = PackageManager.GetPackageID()
|
||||
if packId then
|
||||
LoginRoot_NoticeChannel = LoginRoot_NoticeChannel.. packId
|
||||
end
|
||||
networkMgr:SendGetHttp(LoginRoot_Url .. "jl_loginserver/getNotice?timestamp="..timeStamp.."&sign=".. timeSign.."&packageName="..LoginRoot_NoticeChannel,function (str)
|
||||
UIManager.OpenPanel(UIName.NoticePopup,str)
|
||||
end, nil, nil, nil)
|
||||
|
|
|
|||
Loading…
Reference in New Issue