Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local

dev_chengFeng
jiaoyangna 2020-10-26 18:45:12 +08:00
commit 29789b6c0d
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)