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控制器选项