parent
24e2646bb8
commit
0d5c47f347
|
@ -75,9 +75,9 @@ function LingShouBaoGe:BindEvent()
|
||||||
maxRound = 20
|
maxRound = 20
|
||||||
}
|
}
|
||||||
UIManager.OpenPanel(UIName.BattlePanel, testFightData, BATTLE_TYPE.Test,function ()
|
UIManager.OpenPanel(UIName.BattlePanel, testFightData, BATTLE_TYPE.Test,function ()
|
||||||
Timer.New(function ()
|
-- Timer.New(function ()
|
||||||
self:Refresh()
|
-- self:Refresh()
|
||||||
end,3):Start()
|
-- end,3):Start()
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue