【车迟斗法】点击抢夺下方名字修改

dev_chengFeng
ZhangBiao 2020-10-26 18:07:28 +08:00
parent 6eea05fa06
commit d7ad797ce5
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function GuildCarDelayLootPopup:OnShow()
else
this.mySortNum:SetActive(false)
end
this.myGuildName.text = MyGuildManager.MyGuildInfo.name
this.myGuildName.text = PlayerManager.nickName --MyGuildManager.MyGuildInfo.name
this.myScore.text = CarChallenegList.myScore > 0 and CarChallenegList.myScore or Language[10148]
end
this.emptyObj:SetActive(not CarChallenegList.carChallengeItem or #CarChallenegList.carChallengeItem <= 0)