【抽卡动画】
parent
9bc67febc2
commit
852121b5e3
|
@ -184,6 +184,7 @@ function SingleRecruitPanel:OnOpen(...)
|
|||
this.UI_Effect_choukaR:SetActive(false)
|
||||
this.UI_Effect_appear:SetActive(false)
|
||||
this.rolePanel:SetActive(false)
|
||||
this.jumpBtnGo:SetActive(false)
|
||||
local data={...}
|
||||
heroData=data[1]
|
||||
type=data[2]
|
||||
|
@ -194,7 +195,11 @@ function SingleRecruitPanel:OnShow()
|
|||
isFirst=true
|
||||
maxTimesId=lotterySetting[type].MaxTimes --特权上限ID
|
||||
index=0
|
||||
this.jumpBtnGo:SetActive(true)
|
||||
if recruitType[1] == RecruitType.XiangYaoSingle or recruitType[1] == RecruitType.XiangYaoTen then
|
||||
this.jumpBtnGo:SetActive(false)
|
||||
else
|
||||
this.jumpBtnGo:SetActive(true)
|
||||
end
|
||||
if state==1 then --单抽
|
||||
if lotterySetting[type].LotteryType == 11 then
|
||||
isFirst=false
|
||||
|
|
Loading…
Reference in New Issue