From be7e7d4a976a05b13b09eea946039d1eab097ad7 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Tue, 29 Jul 2025 01:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8E=BB=E6=8E=89=E9=BB=91?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend_project/extend/majiang/fuzhou/EXMainView.lua | 3 ++- .../extend_project/extend/majiang/fuzhou/EXWitnessView.lua | 1 + .../extend_project/extend/majiang/jinxi/EXMainView.lua | 1 + .../extend_project/extend/majiang/jinxi/EXWitnessView.lua | 1 + .../extend_project/extend/majiang/lichuan/EXMainView.lua | 1 + .../extend_project/extend/majiang/lichuan/EXWitnessView.lua | 1 + .../extend_project/extend/majiang/nancheng/EXMainView.lua | 1 + .../extend_project/extend/majiang/nancheng/EXWitnessView.lua | 1 + 8 files changed, 9 insertions(+), 1 deletion(-) 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()