diff --git a/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua b/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua index 09edf644..197df1bf 100644 --- a/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua @@ -314,7 +314,7 @@ function M:EventInit() self:RemoveCursor() --info:UpdateHandCard(false, false) info:ShowHuCard(win_card) - + local obj_win_card = UIPackage.CreateObjectFromURL("ui://Main_Majiang/Btn_Card_jiangxi") obj_win_card.icon = "ui://Main_Majiang/b202_" .. win_card obj_win_card:GetController("bg").selectedIndex = 1 @@ -435,6 +435,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/fuzhou/EXWitnessView.lua b/lua_probject/extend_project/extend/majiang/fuzhou/EXWitnessView.lua index 15ae7317..ce9738b3 100644 --- a/lua_probject/extend_project/extend/majiang/fuzhou/EXWitnessView.lua +++ b/lua_probject/extend_project/extend/majiang/fuzhou/EXWitnessView.lua @@ -269,6 +269,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua b/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua index 3e1355ee..8aaecb7f 100644 --- a/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/jinxi/EXMainView.lua @@ -427,6 +427,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/jinxi/EXWitnessView.lua b/lua_probject/extend_project/extend/majiang/jinxi/EXWitnessView.lua index 8002483e..b9d953df 100644 --- a/lua_probject/extend_project/extend/majiang/jinxi/EXWitnessView.lua +++ b/lua_probject/extend_project/extend/majiang/jinxi/EXWitnessView.lua @@ -269,6 +269,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua b/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua index 7f8f3a3b..fd2991d5 100644 --- a/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/lichuan/EXMainView.lua @@ -428,6 +428,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/lichuan/EXWitnessView.lua b/lua_probject/extend_project/extend/majiang/lichuan/EXWitnessView.lua index e4b397aa..394fffae 100644 --- a/lua_probject/extend_project/extend/majiang/lichuan/EXWitnessView.lua +++ b/lua_probject/extend_project/extend/majiang/lichuan/EXWitnessView.lua @@ -297,6 +297,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/nancheng/EXMainView.lua b/lua_probject/extend_project/extend/majiang/nancheng/EXMainView.lua index e8d9fabf..5b250ac6 100644 --- a/lua_probject/extend_project/extend/majiang/nancheng/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/nancheng/EXMainView.lua @@ -432,6 +432,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show() diff --git a/lua_probject/extend_project/extend/majiang/nancheng/EXWitnessView.lua b/lua_probject/extend_project/extend/majiang/nancheng/EXWitnessView.lua index 6d4c04e4..48764084 100644 --- a/lua_probject/extend_project/extend/majiang/nancheng/EXWitnessView.lua +++ b/lua_probject/extend_project/extend/majiang/nancheng/EXWitnessView.lua @@ -269,6 +269,7 @@ function M:EventInit() self:RemoveCursor() if self._clearingView == nil then self._clearingView = EXClearingView.new(self._root_view) + self._clearingView._root_view:GetChild("win_mode").visible = false coroutine.start(function() coroutine.wait(0.5) self._clearingView:Show()