同步梭哈错误提示

master
罗家炜 2025-05-16 11:44:16 +08:00
parent 9f6a0d439a
commit a1df297151
6 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 }

View File

@ -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)

View File

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

View File

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