Merge branch 'tcx_xiyou_yueNan' of http://192.168.1.21:3000/root/miduo_client into tcx_xiyou_yueNan

PC-202302260912\Administrator 2024-12-16 14:54:48 +08:00
commit a356c3e05f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ end
function this.OnShowPanel()
local config = ConfigManager.GetConfigData(ConfigName.HardStageChapter, chapterDataId)
this.titleImage.sprite = this.spLoader:LoadSprite("j_jsxgq_biaoti")
this.titleImage.sprite = this.spLoader:LoadSprite("j_jsxgq_biaoti_zh")
this.chapterName.text = GetLanguageStrById(config.Name)
this.chapterImage.sprite = this.spLoader:LoadSprite(config.Map)
end