车迟斗法提交
parent
43dc67acba
commit
18e5994279
|
@ -76,7 +76,7 @@ function GuildCarDelayLootPopup:OnShow()
|
||||||
this.mySortNum:SetActive(false)
|
this.mySortNum:SetActive(false)
|
||||||
end
|
end
|
||||||
this.myGuildName.text = PlayerManager.nickName --MyGuildManager.MyGuildInfo.name
|
this.myGuildName.text = PlayerManager.nickName --MyGuildManager.MyGuildInfo.name
|
||||||
this.myScore.text = CarChallenegList.myScore > 0 and CarChallenegList.myScore or Language[10141]
|
this.myScore.text = CarChallenegList.myScore > 0 and PrintWanNum3(CarChallenegList.myScore) or Language[10141]
|
||||||
end
|
end
|
||||||
this.emptyObj:SetActive(not CarChallenegList.carChallengeItem or #CarChallenegList.carChallengeItem <= 0)
|
this.emptyObj:SetActive(not CarChallenegList.carChallengeItem or #CarChallenegList.carChallengeItem <= 0)
|
||||||
local carChallengeItem = {}
|
local carChallengeItem = {}
|
||||||
|
|
Loading…
Reference in New Issue