探索引导修改提交
parent
1e1e697ba4
commit
05e078dadc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue