代码错误
parent
ed26774755
commit
2ef4340998
|
@ -284,7 +284,7 @@ function this.SetRankDataShow(ranks,myRankInfo)
|
||||||
else
|
else
|
||||||
this.mySortNum:SetActive(false)
|
this.mySortNum:SetActive(false)
|
||||||
end
|
end
|
||||||
this.mySore.text = myRankInfo.param1 > 0 and PrintWanNum3(msg.myRankInfo.param1) or Language[10148]
|
this.mySore.text = myRankInfo.param1 > 0 and PrintWanNum3(myRankInfo.param1) or Language[10148]
|
||||||
this.ScrollView:SetData(ranks, function (index, go)
|
this.ScrollView:SetData(ranks, function (index, go)
|
||||||
this.SingleRankDataShow(go, ranks[index])
|
this.SingleRankDataShow(go, ranks[index])
|
||||||
if index==#ranks then
|
if index==#ranks then
|
||||||
|
|
Loading…
Reference in New Issue