From a1df297151d4d748108c34f9f6d2975d4409169e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Fri, 16 May 2025 11:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=A2=AD=E5=93=88=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend/poker/runfast/RunFast_RightPanelView.lua | 1 - lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua | 2 ++ .../extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua | 1 + .../extend_project/extend/poker2/suoha/ExRightPanelView.lua | 1 - lua_probject/main_project/main/poker/PKMainView.lua | 1 - lua_probject/main_project/main/poker2/PKMainView.lua | 1 - 6 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lua_probject/extend_project/extend/poker/runfast/RunFast_RightPanelView.lua b/lua_probject/extend_project/extend/poker/runfast/RunFast_RightPanelView.lua index 334a7598..f0235c8f 100644 --- a/lua_probject/extend_project/extend/poker/runfast/RunFast_RightPanelView.lua +++ b/lua_probject/extend_project/extend/poker/runfast/RunFast_RightPanelView.lua @@ -6,7 +6,6 @@ local function __init(self, mainView, view) local btn_setting = mainView._view:GetChild("Btn_Setting") btn_setting.onClick:Set(function() - print("lingmengmainview", mainView.dismiss_room_cd_time) local _settingView = mainView:NewSettingView() _settingView:Show() end) diff --git a/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua b/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua index fea9aa16..2e11473a 100644 --- a/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua +++ b/lua_probject/extend_project/extend/poker2/suoha/ExMainView.lua @@ -334,6 +334,8 @@ function M:EventInit() end) _gamectr:AddEventListener(EXGameEvent.OnTurnAction, function(...) + print("lingmengOnTurnAction") + pt(arg) local arg = { ... } local data = arg[1] local seat = data.seat diff --git a/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua b/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua index 6b67d5b9..3e5766f5 100644 --- a/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua +++ b/lua_probject/extend_project/extend/poker2/suoha/ExPlayerSelfPokerInfoView.lua @@ -49,6 +49,7 @@ end function M:ShowTips(tipsList) self._ctr_out.selectedIndex = 1 self._view_tipsList:RemoveChildren() + print("lingmengShowTips", #tipsList) for i = 1, #tipsList do if tipsList[i] == 1012 then local xiaScore = { 1, 2, 5 } diff --git a/lua_probject/extend_project/extend/poker2/suoha/ExRightPanelView.lua b/lua_probject/extend_project/extend/poker2/suoha/ExRightPanelView.lua index 76a5ce28..dc2639b7 100644 --- a/lua_probject/extend_project/extend/poker2/suoha/ExRightPanelView.lua +++ b/lua_probject/extend_project/extend/poker2/suoha/ExRightPanelView.lua @@ -6,7 +6,6 @@ local function __init(self, mainView, view) local btn_setting = mainView._view:GetChild("Btn_Setting") btn_setting.onClick:Set(function() - print("lingmengmainview", mainView.dismiss_room_cd_time) local _settingView = mainView:NewSettingView() _settingView:Show() end) diff --git a/lua_probject/main_project/main/poker/PKMainView.lua b/lua_probject/main_project/main/poker/PKMainView.lua index 9bddec8b..4ea61786 100644 --- a/lua_probject/main_project/main/poker/PKMainView.lua +++ b/lua_probject/main_project/main/poker/PKMainView.lua @@ -46,7 +46,6 @@ function M:InitView(url, isHideIpAdds, settingViewType, ex_defaultbg, ex_bgconfi -- stype = 2 -- end -- end--self._root_view - print("lingmengmainview2", self.dismiss_room_cd_time) local settingView = PKSettingView.new(self, 0, isHideJiesan, settingUrl, handler(self, self.UpdateCardSize)) -- 获取MainView界面state控制器选项 diff --git a/lua_probject/main_project/main/poker2/PKMainView.lua b/lua_probject/main_project/main/poker2/PKMainView.lua index 4ae62b27..765fad2b 100644 --- a/lua_probject/main_project/main/poker2/PKMainView.lua +++ b/lua_probject/main_project/main/poker2/PKMainView.lua @@ -46,7 +46,6 @@ function M:InitView(url, isHideIpAdds, settingViewType, ex_defaultbg, ex_bgconfi -- stype = 2 -- end -- end--self._root_view - print("lingmengmainview2", self.dismiss_room_cd_time) local settingView = PKSettingView.new(self, 0, isHideJiesan, settingUrl, handler(self, self.UpdateCardSize)) -- 获取MainView界面state控制器选项