【抽卡】降妖夺宝抽卡显示错误修改
parent
524e502773
commit
b960e57716
|
@ -228,7 +228,7 @@ function XiangYaoDuoBao:refreshBtnShow()
|
|||
end,1.2):Start()
|
||||
end
|
||||
if state==0 and d[1] == 16 and not isFree then
|
||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.RecruitConfirm,RecruitType.XiangYaoSingle,recruitOne)
|
||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.RecruitConfirm,recruitOne.Id,recruitOne)
|
||||
else
|
||||
recruitOne()
|
||||
end
|
||||
|
@ -259,7 +259,7 @@ function XiangYaoDuoBao:refreshBtnShow()
|
|||
end,1.2):Start()
|
||||
end
|
||||
if state==0 and d[1] ==16 and not isFree then
|
||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.RecruitConfirm,RecruitType.XiangYaoTen,recruitTen)
|
||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.RecruitConfirm,tenRecruit.Id,recruitTen)
|
||||
else
|
||||
recruitTen()
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue