探索引导修改提交

dev_chengFeng
jiaoyangna 2022-01-12 15:27:35 +08:00
parent 1e1e697ba4
commit 05e078dadc
1 changed files with 13 additions and 8 deletions

View File

@ -198,6 +198,9 @@ function this:Refresh(_data,_item)
Util.AddOnceClick(_item.scexploreBtnroll,function()
if #formation.teamHeroInfos < 1 then
else
if GuideManager.IsFunctionGuideExist() then
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.SelectExploreTime,this.mapData,_data)
else
if FormationManager.GetFormationPower(_data.formationId) > this.mapData.force then
--打开时间弹窗
@ -209,6 +212,8 @@ function this:Refresh(_data,_item)
end, "取消", "确定", "提示",false,"")
end
end
end
end)
end
end