Merge branch 'Branch_oumei' of http://192.168.1.21:3000/root/sk-client into Branch_oumei
commit
b982581cd0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue