【抽卡】降妖夺宝抽卡显示错误修改

dev_chengFeng
ZhangBiao 2021-01-06 20:34:09 +08:00
parent 524e502773
commit b960e57716
1 changed files with 2 additions and 2 deletions

View File

@ -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