parent
9cf814590a
commit
9d88f435ab
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue