25.4.1.1
parent
73345efe00
commit
645653c062
|
|
@ -73,15 +73,15 @@ function M:SetShowGangZiProcess(currentLaizi1ID, currentLaizi2ID, bugangnum, isS
|
||||||
if isShowAnim == nil then isShowAnim = false end
|
if isShowAnim == nil then isShowAnim = false end
|
||||||
|
|
||||||
self:SetGangZiCard(self.Laizi1Btn, currentLaizi1ID)
|
self:SetGangZiCard(self.Laizi1Btn, currentLaizi1ID)
|
||||||
self:SetGangZiCard(self.Laizi2Btn, currentLaizi2ID)
|
-- self:SetGangZiCard(self.Laizi2Btn, currentLaizi2ID)
|
||||||
self:IsShowGangZi(self.Laizi1Btn, true)
|
self:IsShowGangZi(self.Laizi1Btn, true)
|
||||||
self:IsShowGangZi(self.Laizi2Btn, true)
|
-- self:IsShowGangZi(self.Laizi2Btn, true)
|
||||||
self.bugangnum.text = "当前 " .. bugangnum .. " 杠"
|
self.bugangnum.text = "当前 " .. bugangnum .. " 杠"
|
||||||
end
|
end
|
||||||
|
|
||||||
function M:HideAllGangZiCard()
|
function M:HideAllGangZiCard()
|
||||||
self.Laizi1Btn.visible = false
|
self.Laizi1Btn.visible = false
|
||||||
self.Laizi2Btn.visible = false
|
-- self.Laizi2Btn.visible = false
|
||||||
self.selectLaiziBtn.visible = false
|
self.selectLaiziBtn.visible = false
|
||||||
--self.LaiziBG.visible=false
|
--self.LaiziBG.visible=false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue