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