主城人物段位图标隐藏
parent
2e518db90e
commit
372367ac5e
|
|
@ -467,7 +467,7 @@ function this:BindEvent()
|
|||
-- LogYellow("username:"..tostring( NPCList[i].userName).." name:"..tostring(NPCList[i].name).." lv:"..tostring(NPCList[i].lv).." level:"..tostring(NPCList[i].level).." practiceLevel:"..tostring(NPCList[i].practiceLevel))
|
||||
local _lv = NPCList[i].lv or NPCList[i].level or NPCList[i].userLevel
|
||||
if _lv and _lv >= GlobalSysConfig[108].OpenRules[2] then
|
||||
view.ImprintImg2:SetActive(true)
|
||||
view.ImprintImg2:SetActive(false)
|
||||
PracticeManager.SetPracticeIcon(view.ImprintImg2,NPCList[i].practiceLevel)
|
||||
end
|
||||
view:SetAutoMove()
|
||||
|
|
|
|||
Loading…
Reference in New Issue