parent
a9bc451933
commit
e693942bab
|
@ -97,7 +97,7 @@ end
|
|||
|
||||
function this.ShowPanelData()
|
||||
this.nameText.text = PlayerManager.nickName
|
||||
this.lvNum.text = curLevel
|
||||
this.lvNum.text = GetLanguageStrById("等级提升至%s级!"):format(curLevel)
|
||||
this.ShowPlayerAndLevelPassOpenFun()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue