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

skuld 2022-01-03 00:52:13 +08:00
commit 839e007b13
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ function SingleExplorePlayerView:SetData(u,v,data)
else
self.nameDi.transform.localPosition = namePos[2].pos
end
self.name.text = data.userName or data.name
self.name.text = PracticeManager.SetNameColor(data.userName or data.name,data.practiceLevel)
self.nameDi.gameObject:SetActive(true)
local _lv = data.lv
if _lv and _lv >= GlobalSysConfig[108].OpenRules[2] then