Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
2998453d49
|
|
@ -294,7 +294,6 @@ function this.SetRankingNum(root,rank,isMy)
|
|||
sortNumTabs[i]:SetActive(false)
|
||||
end
|
||||
if rank < 4 then
|
||||
LogGreen(rank)
|
||||
sortNumTabs[rank]:SetActive(true)
|
||||
else
|
||||
sortNumTabs[4]:SetActive(true)
|
||||
|
|
@ -304,7 +303,7 @@ function this.SetRankingNum(root,rank,isMy)
|
|||
Util.GetGameObject(sortNumTabs[4], "TitleText"):GetComponent("Text").text = rank
|
||||
end
|
||||
if isMy then
|
||||
Util.GetGameObject(root,"SortNum/SortNum ("..rank..")"):SetActive(true)
|
||||
Util.GetGameObject(root,"MyRank/SortNum/SortNum ("..rank..")"):SetActive(true)
|
||||
Util.GetGameObject(sortNumTabs[4], "TitleText"):GetComponent("Text").text = rank
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue