车迟斗法提交

jiaoyangna 2022-03-10 18:08:45 +08:00
parent 43dc67acba
commit 18e5994279
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}