神应页签显示修改

wangzhenxing 2022-12-27 16:41:24 +08:00
parent c9eb00de9e
commit 65ff601bfc
1 changed files with 2 additions and 0 deletions

View File

@ -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