Merge branch 'Branch_oumei' of http://192.168.1.21:3000/root/sk-client into Branch_oumei

Branch_oumei
zhangjiannan 2025-04-08 13:40:38 +08:00
commit b982581cd0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ end
function this.TabAdapter(tab, index, status)
tab:GetComponent("Image").sprite = Util.LoadSprite(TabData[index][status])
Util.GetGameObject(tab, "Text"):GetComponent("Text").text = index..GetLanguageStrById(10072)
Util.GetGameObject(tab, "Text"):GetComponent("Text").text = GetLanguageStrById(10072)..index
end
function this.TabIsLockCheck(index)