爬塔弹出不该弹出的页面
parent
69782eadd4
commit
96bf8f6925
|
@ -175,10 +175,10 @@ function FourElementMonsterCampPanel:OnShow()
|
|||
PlayerPrefs.SetInt("FourElement" .. PlayerManager.uid, waves)
|
||||
local propertyId = SacredTreeManager.GetUnLockNewProperty(waves)
|
||||
if propertyId > 0 then
|
||||
Timer.New(function()
|
||||
UIManager.OpenPanel(UIName.RewardItemPopup, nil, nil, nil, CompShowType.fourElement, nil, nil, nil,
|
||||
propertyId)
|
||||
end, 0.2):Start()
|
||||
--Timer.New(function()
|
||||
--UIManager.OpenPanel(UIName.RewardItemPopup, nil, nil, nil, CompShowType.fourElement, nil, nil, nil,
|
||||
--propertyId)
|
||||
--end, 0.2):Start()
|
||||
local power = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL)
|
||||
if power - MonsterCampManager.oldpower > 0 then
|
||||
UIManager.OpenPanel(UIName.WarPowerChangeNotifyPanelV2,
|
||||
|
|
Loading…
Reference in New Issue