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

(cherry picked from commit b960e57716)
dev_chengFeng
ZhangBiao 2021-01-06 20:34:09 +08:00
parent 9cf814590a
commit 9d88f435ab
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ function XiangYaoDuoBao:refreshBtnShow()
end,1.2):Start() end,1.2):Start()
end end
if state==0 and d[1] == 16 and not isFree then 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 else
recruitOne() recruitOne()
end end
@ -259,7 +259,7 @@ function XiangYaoDuoBao:refreshBtnShow()
end,1.2):Start() end,1.2):Start()
end end
if state==0 and d[1] ==16 and not isFree then 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 else
recruitTen() recruitTen()
end end