【修行】测试提交
parent
259b43f2c6
commit
a7350e7f53
|
@ -142,14 +142,10 @@ function Practice:BtnClickEvent()
|
|||
PracticeManager.ShowTipsOnUpgrade()
|
||||
NetManager.RequestUserForceChange(FormationTypeDef.FORMATION_NORMAL)
|
||||
if PracticeManager.PracticeBigLevel - oldBigLevel == 1 then
|
||||
-- self.effect:SetActive(true)
|
||||
-- Timer.New(function ()
|
||||
UIManager.OpenPanel(UIName.CongratulationPopup,CONGRATULATION_TYPE.Practice,XinXianConfig[PracticeManager.PracticeLevel])
|
||||
if PracticeManager.PracticeBigLevel == 2 then
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.Practice.PracticeGuide)
|
||||
end
|
||||
-- self.effect:SetActive(false)
|
||||
-- end,1):Start()
|
||||
UIManager.OpenPanel(UIName.CongratulationPopup,CONGRATULATION_TYPE.Practice,XinXianConfig[PracticeManager.PracticeLevel])
|
||||
if PracticeManager.PracticeBigLevel == 2 then
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.Practice.PracticeGuide)
|
||||
end
|
||||
end
|
||||
self:OnShow()
|
||||
end)
|
||||
|
|
Loading…
Reference in New Issue