车迟斗法提交
parent
43dc67acba
commit
18e5994279
|
@ -76,7 +76,7 @@ function GuildCarDelayLootPopup:OnShow()
|
|||
this.mySortNum:SetActive(false)
|
||||
end
|
||||
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
|
||||
this.emptyObj:SetActive(not CarChallenegList.carChallengeItem or #CarChallenegList.carChallengeItem <= 0)
|
||||
local carChallengeItem = {}
|
||||
|
|
Loading…
Reference in New Issue