抚州调试2
parent
7585f902c4
commit
8c9abac1d2
|
|
@ -75,15 +75,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