【建木神树】满级取消箭头

dev_chengFeng
ZhangBiao 2022-01-08 14:22:30 +08:00
parent 9098900dc7
commit 129250110f
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ function SacredTreePanel:SetAttriDetail()
else
self.attriDetail:SetActive(true)
self.selectMask:SetActive(true)
self.jtBtn:SetActive(SacredTreeManager.CulAttri() > 0)
self.jtBtn:SetActive(SacredTreeManager.CulAttri() > 0 and SacredTreeManager.CulAttri() < #attriConfig.PropertyUnlcokLevels )
-- self.title.text = GetStringByEquipQua(curSelectIndex+1,QualityNameDef[curSelectIndex+1].."宝物神应属性")
self.title.text = string.format("<color=%s>%s宝物神应属性</color>",COLOR[curSelectIndex],QualityNameDef[curSelectIndex+1])
local data = SacredTreeManager.GetAttriDetail(curSelectIndex)