修复切磋战斗结果只会显示失败的问题
parent
4e5c64264f
commit
2eeb4af779
|
|
@ -37,7 +37,7 @@ function this.On_Btn1_Click()
|
|||
this.root:ClosePanel()
|
||||
|
||||
local arg = {}
|
||||
arg.result = result
|
||||
arg.result = result.result
|
||||
arg.blue = {}
|
||||
arg.blue.uid = PlayerManager.uid
|
||||
arg.blue.name = PlayerManager.nickName
|
||||
|
|
|
|||
Loading…
Reference in New Issue