牛气冲天跳转点将台修改提交

dev_chengFeng
jiaoyangna 2021-08-09 16:13:24 +08:00 committed by zhangshanxue
parent 95431c2f9b
commit 7e3bd8623a
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ function NiuQiChongTianPanel:SingleDataShow(go, index,data)
Util.AddOnceClick(btn.gameObject,function ()
if data.state == 0 then
UIManager.OpenPanel(UIName.RecruitPanel)
JumpManager.GoJump(1001)
elseif data.state == 1 then
NetManager.TakeMissionRewardRequest(TaskTypeDef.NiuQiChongTian,data.id,function (msg)
UIManager.OpenPanel(UIName.RewardItemPopup,msg.drop,1,function ()