神应页签显示修改
parent
c9eb00de9e
commit
65ff601bfc
|
@ -281,6 +281,7 @@ end
|
|||
|
||||
function EquipTreasureStrongPopup:OnShow()
|
||||
datas = EquipTreasureManager.GetAllHeroEquipedTreasureData()
|
||||
this.btn_shenyingPage:SetActive(CheckFunctionOpen(FUNCTION_OPEN_TYPE.SACREDTREE))
|
||||
this.formationInfo = FormationManager.GetFormationByID(FormationTypeDef.FORMATION_NORMAL)
|
||||
table.sort(datas,function(a,b)
|
||||
local aIsMainFormation = this:GetHeroIsMainFormation(a.upHeroDid)
|
||||
|
@ -443,6 +444,7 @@ function EquipTreasureStrongPopup:SetWindShow(_index)
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
isGongMing = false
|
||||
--if HarmonyManager.IsInfo(curEquipData.upHeroDid) and HarmonyManager.GetSingleAdditions(index) ~= -1 and _index == 1 then
|
||||
if HarmonyManager.IsInfo(curEquipData.upHeroDid) and _index == 1 then
|
||||
|
|
Loading…
Reference in New Issue