【ID1010636】

【优化】灵兽宝阁活动调整
dev_chengFeng
jiaoyangna 2021-11-11 10:52:15 +08:00
parent 56ba9ccba8
commit d37ed44478
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ function LingShouBaoGe:BindEvent()
maxRound = 20
}
UIManager.OpenPanel(UIName.BattlePanel, testFightData, BATTLE_TYPE.Test,function ()
Timer.New(function ()
self:Refresh()
end,3):Start()
-- Timer.New(function ()
-- self:Refresh()
-- end,3):Start()
end)
end)
end