zhangjiannan 2025-02-25 17:38:27 +08:00
parent 0e1fd64927
commit 35b9d151fe
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function this.ShowGuide(id, ...)
_IsFuncGuild = true
LogRed("开始功能引导:"..id)
end
Log("执行引导panel")
Log("执行引导panel"..id)
-- 显示当前引导
UIManager.OpenPanel(UIName.GuidePanel, id, onGuideClose, ...)
end