zhangjiannan 2024-11-19 15:31:33 +08:00
parent a9bc451933
commit e693942bab
1 changed files with 1 additions and 1 deletions

View File

@ -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