From 3d3a54386200f077c8f04cb150dca94b9fedcb92 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Fri, 15 Aug 2025 15:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base_project/Game/View/LobbyView.lua | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lua_probject/base_project/Game/View/LobbyView.lua b/lua_probject/base_project/Game/View/LobbyView.lua index 4a20c56f..d79f0651 100644 --- a/lua_probject/base_project/Game/View/LobbyView.lua +++ b/lua_probject/base_project/Game/View/LobbyView.lua @@ -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,19 +462,19 @@ function M:Show() msg_tip:Show() tem.auto_show = false else - local lobbyCtr1 = ControllerManager.GetController(LoddyController) - lobbyCtr1:UpdateNotice(DataManager.SelfUser.account_id, function(result, data) - -- local data1 = {} - -- data1.notice_list = {} - -- data1.notice_list[1] = "ccccccccccccccccccccccccccc" - if result then - self:__GetMessage(data) - end - end) end ]] - local loddyCtr1 = ControllerManager.GetController(LoddyController) + local lobbyCtr1 = ControllerManager.GetController(LoddyController) + lobbyCtr1:UpdateNotice(DataManager.SelfUser.account_id, function(result, data) + -- local data1 = {} + -- data1.notice_list = {} + -- data1.notice_list[1] = "ccccccccccccccccccccccccccc" + if result then + self:__GetMessage(data) + end + end) + --self:GetPlayerInfoData() -- 获取GPS坐标