公告协议
parent
ebc4985327
commit
3d3a543862
|
|
@ -344,7 +344,7 @@ function M:__show_service()
|
|||
end
|
||||
|
||||
function M:__GetMessage(data)
|
||||
-- -- print("on GetMessage~~~~~~~~~~~~~~~~~~~~~~~~~~~")
|
||||
print("on GetMessage~~~~~~~~~~~~~~~~~~~~~~~~~~~")
|
||||
if not data or not data.notice_list then
|
||||
self._mesList = ""
|
||||
else
|
||||
|
|
@ -462,6 +462,9 @@ function M:Show()
|
|||
msg_tip:Show()
|
||||
tem.auto_show = false
|
||||
else
|
||||
end
|
||||
]]
|
||||
|
||||
local lobbyCtr1 = ControllerManager.GetController(LoddyController)
|
||||
lobbyCtr1:UpdateNotice(DataManager.SelfUser.account_id, function(result, data)
|
||||
-- local data1 = {}
|
||||
|
|
@ -471,10 +474,7 @@ function M:Show()
|
|||
self:__GetMessage(data)
|
||||
end
|
||||
end)
|
||||
end
|
||||
]]
|
||||
|
||||
local loddyCtr1 = ControllerManager.GetController(LoddyController)
|
||||
--self:GetPlayerInfoData()
|
||||
|
||||
-- 获取GPS坐标
|
||||
|
|
|
|||
Loading…
Reference in New Issue