From 8c9abac1d2b5018d64a9e8b4532ed61f0478b340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Wed, 9 Apr 2025 15:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=9A=E5=B7=9E=E8=B0=83=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend_project/extend/majiang/fuzhou/EXMainView.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua b/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua index c996fab9..51235ccd 100644 --- a/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua +++ b/lua_probject/extend_project/extend/majiang/fuzhou/EXMainView.lua @@ -75,15 +75,15 @@ function M:SetShowGangZiProcess(currentLaizi1ID, currentLaizi2ID, bugangnum, isS if isShowAnim == nil then isShowAnim = false end self:SetGangZiCard(self.Laizi1Btn, currentLaizi1ID) - self:SetGangZiCard(self.Laizi2Btn, currentLaizi2ID) + -- self:SetGangZiCard(self.Laizi2Btn, currentLaizi2ID) self:IsShowGangZi(self.Laizi1Btn, true) - self:IsShowGangZi(self.Laizi2Btn, true) + -- self:IsShowGangZi(self.Laizi2Btn, true) self.bugangnum.text = "当前 " .. bugangnum .. " 杠" end function M:HideAllGangZiCard() self.Laizi1Btn.visible = false - self.Laizi2Btn.visible = false + -- self.Laizi2Btn.visible = false self.selectLaiziBtn.visible = false --self.LaiziBG.visible=false end